Home
last modified time | relevance | path

Searched refs:PP_HOSTRESOLVER_FLAG_CANONNAME (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/c/
Dppb_host_resolver.h43 PP_HOSTRESOLVER_FLAG_CANONNAME = 1 << 0 enumerator
/external/chromium_org/ppapi/tests/
Dtest_host_resolver.cc160 hint.flags = PP_HOSTRESOLVER_FLAG_CANONNAME; in TestResolve()
167 hint.flags = PP_HOSTRESOLVER_FLAG_CANONNAME; in TestResolveIPv4()
/external/chromium_org/ppapi/proxy/
Dhost_resolver_resource.cc36 if (hint.flags & PP_HOSTRESOLVER_FLAG_CANONNAME) in ConvertToHostResolverPrivateHint()
/external/chromium_org/ppapi/api/
Dppb_host_resolver.idl27 PP_HOSTRESOLVER_FLAG_CANONNAME = 1 << 0
109 * if <code>PP_HOSTRESOLVER_FLAG_CANONNAME</code> is not set in the hint flags
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dhost_resolver.cc34 pp_hints->flags = PP_HOSTRESOLVER_FLAG_CANONNAME; in HintsToPPHints()