Searched refs:PP_HostResolver_Private_Hint (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_host_resolver_private.h60 struct PP_HostResolver_Private_Hint { struct
64 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_HostResolver_Private_Hint, 8);
91 const struct PP_HostResolver_Private_Hint* hint,
/external/chromium_org/ppapi/api/private/
H A Dppb_host_resolver_private.idl32 struct PP_HostResolver_Private_Hint {
57 [in] PP_HostResolver_Private_Hint hint,
/external/chromium_org/ppapi/cpp/private/
H A Dhost_resolver_private.h31 const PP_HostResolver_Private_Hint& hint,
H A Dhost_resolver_private.cc40 const PP_HostResolver_Private_Hint& hint,
/external/chromium_org/ppapi/thunk/
H A Dppb_host_resolver_private_api.h24 const PP_HostResolver_Private_Hint* hint,
H A Dppb_host_resolver_private_thunk.cc35 const PP_HostResolver_Private_Hint* hint,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_host_resolver_message_filter.h18 struct PP_HostResolver_Private_Hint;
60 const PP_HostResolver_Private_Hint& hint);
66 const PP_HostResolver_Private_Hint& hint,
H A Dpepper_host_resolver_message_filter.cc35 void PrepareRequestInfo(const PP_HostResolver_Private_Hint& hint,
120 const PP_HostResolver_Private_Hint& hint) {
157 const PP_HostResolver_Private_Hint& hint,
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_resource.cc17 PP_HostResolver_Private_Hint ConvertToHostResolverPrivateHint(
19 PP_HostResolver_Private_Hint private_hint;
63 PP_HostResolver_Private_Hint private_hint =
H A Dhost_resolver_resource_base.h40 const PP_HostResolver_Private_Hint* hint,
54 const PP_HostResolver_Private_Hint* hint);
H A Dhost_resolver_private_resource.cc29 const PP_HostResolver_Private_Hint* hint,
H A Dhost_resolver_private_resource.h32 const PP_HostResolver_Private_Hint* hint,
H A Dhost_resolver_resource_base.cc36 const PP_HostResolver_Private_Hint* hint,
101 const PP_HostResolver_Private_Hint* hint) {
H A Dppapi_messages.h192 IPC_STRUCT_TRAITS_BEGIN(PP_HostResolver_Private_Hint)
1627 PP_HostResolver_Private_Hint /* hint */)
/external/chromium_org/ppapi/tests/
H A Dtest_host_resolver_private.h12 struct PP_HostResolver_Private_Hint;
50 const PP_HostResolver_Private_Hint& hint);
51 std::string ParametrizedTestResolve(const PP_HostResolver_Private_Hint& hint);
H A Dtest_host_resolver_private_disallowed.cc41 PP_HostResolver_Private_Hint hint;
H A Dtest_host_resolver_private.cc119 const PP_HostResolver_Private_Hint& hint) {
137 const PP_HostResolver_Private_Hint &hint) {
173 PP_HostResolver_Private_Hint hint;
180 PP_HostResolver_Private_Hint hint;
H A Dtest_utils.cc141 PP_HostResolver_Private_Hint hint =
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3363 static int32_t Pnacl_M19_PPB_HostResolver_Private_Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Private_Hint* hint, struct PP_CompletionCallback* callback) {
5436 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Private_Hint* hint, struct PP_CompletionCallback callback))&Pnacl_M19_PPB_HostResolver_Private_Resolve,

Completed in 568 milliseconds