HomeSort by relevance Sort by last modified time
    Searched refs:PP_HOSTRESOLVER_FLAG_CANONNAME (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/c/
ppb_host_resolver.h 43 PP_HOSTRESOLVER_FLAG_CANONNAME = 1 << 0
137 * if <code>PP_HOSTRESOLVER_FLAG_CANONNAME</code> is not set in the hint flags
  /external/chromium_org/ppapi/api/
ppb_host_resolver.idl 27 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/
host_resolver_resource.cc 36 if (hint.flags & PP_HOSTRESOLVER_FLAG_CANONNAME)
  /external/chromium_org/ppapi/tests/
test_host_resolver.cc 160 hint.flags = PP_HOSTRESOLVER_FLAG_CANONNAME;
167 hint.flags = PP_HOSTRESOLVER_FLAG_CANONNAME;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 34 pp_hints->flags = PP_HOSTRESOLVER_FLAG_CANONNAME;

Completed in 161 milliseconds