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

/external/chromium_org/ppapi/c/
H A Dppb_host_resolver.h43 PP_HOSTRESOLVER_FLAG_CANONNAME = 1 << 0 enumerator in enum:__anon9893
137 * if <code>PP_HOSTRESOLVER_FLAG_CANONNAME</code> is not set in the hint flags
/external/chromium_org/ppapi/api/
H A 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/ppapi/proxy/
H A Dhost_resolver_resource.cc36 if (hint.flags & PP_HOSTRESOLVER_FLAG_CANONNAME)
/external/chromium_org/ppapi/tests/
H A Dtest_host_resolver.cc160 hint.flags = PP_HOSTRESOLVER_FLAG_CANONNAME;
167 hint.flags = PP_HOSTRESOLVER_FLAG_CANONNAME;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dhost_resolver.cc34 pp_hints->flags = PP_HOSTRESOLVER_FLAG_CANONNAME;

Completed in 1728 milliseconds