Searched defs:GetProxyForURL (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_network_proxy.h51 * @param[out] proxy_string A <code>PP_Var</code> that GetProxyForURL will
63 int32_t (*GetProxyForURL)(PP_Instance instance, member in struct:PPB_NetworkProxy_1_0
/external/chromium_org/ppapi/cpp/
H A Dnetwork_proxy.cc26 int32_t NetworkProxy::GetProxyForURL( function in class:pp::NetworkProxy
33 return get_interface<PPB_NetworkProxy_1_0>()->GetProxyForURL(
/external/chromium_org/ppapi/thunk/
H A Dppb_network_proxy_thunk.cc20 int32_t GetProxyForURL(PP_Instance instance, function in namespace:ppapi::thunk::__anon10298
24 VLOG(4) << "PPB_NetworkProxy::GetProxyForURL()";
28 return enter.SetResult(enter.functions()->GetProxyForURL(instance,
35 &GetProxyForURL
H A Dppb_flash_thunk.cc49 PP_Var GetProxyForURL(PP_Instance instance, const char* url) { function in namespace:ppapi::thunk::__anon10274
53 return enter.functions()->GetProxyForURL(instance, url);
167 &GetProxyForURL,
185 &GetProxyForURL,
204 &GetProxyForURL,
224 &GetProxyForURL,
/external/chromium_org/ppapi/proxy/
H A Dnetwork_proxy_resource.cc29 int32_t NetworkProxyResource::GetProxyForURL( function in class:ppapi::proxy::NetworkProxyResource
H A Dflash_resource.cc69 PP_Var FlashResource::GetProxyForURL(PP_Instance instance, function in class:ppapi::proxy::FlashResource
/external/chromium_org/net/proxy/
H A Dproxy_resolver_winhttp.cc39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url, function in class:net::ProxyResolverWinHttp
H A Dmock_proxy_resolver.cc56 int MockAsyncProxyResolverBase::GetProxyForURL( function in class:net::MockAsyncProxyResolverBase
H A Dproxy_resolver_mac.cc75 int ProxyResolverMac::GetProxyForURL(const GURL& query_url, function in class:net::ProxyResolverMac
H A Dmulti_threaded_proxy_resolver.cc64 // GetProxyForURL task).
245 int rv = resolver->GetProxyForURL(
372 int MultiThreadedProxyResolver::GetProxyForURL( function in class:net::MultiThreadedProxyResolver
H A Dproxy_resolver_v8.cc718 int ProxyResolverV8::GetProxyForURL( function in class:net::ProxyResolverV8
H A Dproxy_resolver_v8_tracing.cc68 // The Job class is responsible for executing GetProxyForURL() and
531 result = v8_resolver()->GetProxyForURL(
958 int ProxyResolverV8Tracing::GetProxyForURL(const GURL& url, function in class:net::ProxyResolverV8Tracing
/external/chromium_org/ppapi/c/private/
H A Dppb_flash.h171 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); member in struct:PPB_Flash_13_0
254 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); member in struct:PPB_Flash_12_4
285 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); member in struct:PPB_Flash_12_5
319 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); member in struct:PPB_Flash_12_6
/external/chromium_org/ppapi/cpp/private/
H A Dflash.cc145 Var Flash::GetProxyForURL(const InstanceHandle& instance, function in class:pp::flash::Flash
149 return Var(PASS_REF, get_interface<PPB_Flash_13_0>()->GetProxyForURL(
152 if (flash_12_combined_interface.GetProxyForURL) {
153 return Var(PASS_REF, flash_12_combined_interface.GetProxyForURL(
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc725 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host, function in class:net::ProxyResolverV8

Completed in 46 milliseconds