Searched refs:PP_HostResolver_Private_Hint (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/ppapi/c/private/ |
D | ppb_host_resolver_private.h | 60 struct PP_HostResolver_Private_Hint { struct 64 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_HostResolver_Private_Hint, 8); argument 91 const struct PP_HostResolver_Private_Hint* hint,
|
/external/chromium_org/ppapi/proxy/ |
D | host_resolver_resource.cc | 17 PP_HostResolver_Private_Hint ConvertToHostResolverPrivateHint( in ConvertToHostResolverPrivateHint() 19 PP_HostResolver_Private_Hint private_hint; in ConvertToHostResolverPrivateHint() 63 PP_HostResolver_Private_Hint private_hint = in Resolve()
|
D | host_resolver_resource_base.h | 40 const PP_HostResolver_Private_Hint* hint, 54 const PP_HostResolver_Private_Hint* hint);
|
D | host_resolver_resource_base.cc | 36 const PP_HostResolver_Private_Hint* hint, in ResolveImpl() 101 const PP_HostResolver_Private_Hint* hint) { in SendResolve()
|
D | host_resolver_private_resource.h | 32 const PP_HostResolver_Private_Hint* hint,
|
D | host_resolver_private_resource.cc | 29 const PP_HostResolver_Private_Hint* hint, in Resolve()
|
D | ppapi_messages.h | 171 IPC_STRUCT_TRAITS_BEGIN(PP_HostResolver_Private_Hint) 1454 PP_HostResolver_Private_Hint /* hint */)
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_host_resolver_message_filter.h | 18 struct PP_HostResolver_Private_Hint; 60 const PP_HostResolver_Private_Hint& hint); 66 const PP_HostResolver_Private_Hint& hint,
|
D | pepper_host_resolver_message_filter.cc | 35 void PrepareRequestInfo(const PP_HostResolver_Private_Hint& hint, in PrepareRequestInfo() 124 const PP_HostResolver_Private_Hint& hint) { in OnMsgResolve() 161 const PP_HostResolver_Private_Hint& hint, in DoResolve()
|
/external/chromium_org/ppapi/tests/ |
D | test_host_resolver_private.h | 12 struct PP_HostResolver_Private_Hint; 50 const PP_HostResolver_Private_Hint& hint); 51 std::string ParametrizedTestResolve(const PP_HostResolver_Private_Hint& hint);
|
D | test_host_resolver_private.cc | 119 const PP_HostResolver_Private_Hint& hint) { in SyncResolve() 137 const PP_HostResolver_Private_Hint &hint) { in ParametrizedTestResolve() 173 PP_HostResolver_Private_Hint hint; in TestResolve() 180 PP_HostResolver_Private_Hint hint; in TestResolveIPv4()
|
D | test_host_resolver_private_disallowed.cc | 41 PP_HostResolver_Private_Hint hint; in TestResolve()
|
D | test_utils.cc | 141 PP_HostResolver_Private_Hint hint = in ResolveHost()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_host_resolver_private.idl | 32 struct PP_HostResolver_Private_Hint { 57 [in] PP_HostResolver_Private_Hint hint,
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_host_resolver_private_api.h | 24 const PP_HostResolver_Private_Hint* hint,
|
D | ppb_host_resolver_private_thunk.cc | 35 const PP_HostResolver_Private_Hint* hint, in Resolve()
|
/external/chromium_org/ppapi/cpp/private/ |
D | host_resolver_private.h | 31 const PP_HostResolver_Private_Hint& hint,
|
D | host_resolver_private.cc | 40 const PP_HostResolver_Private_Hint& hint, in Resolve()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2932 … host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Private_Hint* hint, … in Pnacl_M19_PPB_HostResolver_Private_Resolve() 4858 … host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Private_Hint* hint, …
|