5 #ifndef PPAPI_CPP_HOST_RESOLVER_H_ 
    6 #define PPAPI_CPP_HOST_RESOLVER_H_ 
    8 #include "ppapi/c/pp_stdint.h" 
    9 #include "ppapi/c/ppb_host_resolver.h" 
   17 class CompletionCallback;
 
   83                   const PP_HostResolver_Hint& hint,
 
  115 #endif  // PPAPI_CPP_HOST_RESOLVER_H_ 
virtual ~HostResolver()
The destructor. 
 
static bool IsAvailable()
 
The NetAddress class represents a network address. 
 
uint32_t GetNetAddressCount() const 
 
Var GetCanonicalName() const 
 
int32_t Resolve(const char *host, uint16_t port, const PP_HostResolver_Hint &hint, const CompletionCallback &callback)
 
A generic type used for passing data types between the module and the page. 
 
A reference counted module resource. 
 
HostResolver & operator=(const HostResolver &other)
 
NetAddress GetNetAddress(uint32_t index) const