/external/chromium_org/ppapi/cpp/ |
network_proxy.cc | 26 int32_t NetworkProxy::GetProxyForURL( 33 return get_interface<PPB_NetworkProxy_1_0>()->GetProxyForURL(
|
/external/chromium_org/ppapi/thunk/ |
ppb_network_proxy_thunk.cc | 22 int32_t GetProxyForURL(PP_Instance instance, 26 VLOG(4) << "PPB_NetworkProxy::GetProxyForURL()"; 30 return enter.SetResult(enter.functions()->GetProxyForURL(instance, 37 &GetProxyForURL
|
ppb_flash_thunk.cc | 49 PP_Var GetProxyForURL(PP_Instance instance, const char* url) { 53 return enter.functions()->GetProxyForURL(instance, url); 167 &GetProxyForURL, 185 &GetProxyForURL, 204 &GetProxyForURL, 224 &GetProxyForURL,
|
/external/chromium_org/ppapi/c/ |
ppb_network_proxy.h | 51 * @param[out] proxy_string A <code>PP_Var</code> that GetProxyForURL will 63 int32_t (*GetProxyForURL)(PP_Instance instance,
|
/external/chromium_org/ppapi/proxy/ |
network_proxy_resource.cc | 29 int32_t NetworkProxyResource::GetProxyForURL(
|
flash_resource.cc | 69 PP_Var FlashResource::GetProxyForURL(PP_Instance instance,
|
/external/chromium/net/proxy/ |
proxy_resolver_winhttp.cc | 39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url,
|
proxy_resolver_mac.cc | 64 int ProxyResolverMac::GetProxyForURL(const GURL& query_url,
|
mock_proxy_resolver.cc | 59 int MockAsyncProxyResolverBase::GetProxyForURL(const GURL& url,
|
init_proxy_resolver_unittest.cc | 122 virtual int GetProxyForURL(const GURL& /*url*/,
|
sync_host_resolver_bridge_unittest.cc | 79 // on |host_resolver| in response to GetProxyForURL(). 85 virtual int GetProxyForURL(const GURL& url, 179 proxy_resolver_->GetProxyForURL(GURL("http://test/"), &results_,
|
multi_threaded_proxy_resolver.cc | 78 // GetProxyForURL task). 258 int rv = resolver->GetProxyForURL( 397 int MultiThreadedProxyResolver::GetProxyForURL(const GURL& url,
|
multi_threaded_proxy_resolver_unittest.cc | 39 virtual int GetProxyForURL(const GURL& query_url, 111 // GetProxyForURL(). 138 virtual int GetProxyForURL(const GURL& query_url, 148 return MockProxyResolver::GetProxyForURL( 165 virtual int GetProxyForURL(const GURL& query_url, 170 return impl_->GetProxyForURL( 260 rv = resolver.GetProxyForURL( 283 rv = resolver.GetProxyForURL( 289 rv = resolver.GetProxyForURL( 295 rv = resolver.GetProxyForURL( [all...] |
proxy_resolver_v8.cc | 688 int ProxyResolverV8::GetProxyForURL(const GURL& query_url,
|
proxy_service.cc | 107 virtual int GetProxyForURL(const GURL& url, 138 virtual int GetProxyForURL(const GURL& url, 286 return resolver()->GetProxyForURL( [all...] |
/external/chromium_org/net/proxy/ |
proxy_resolver_mac.cc | 75 int ProxyResolverMac::GetProxyForURL(const GURL& query_url,
|
proxy_resolver_winhttp.cc | 39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url,
|
mock_proxy_resolver.cc | 56 int MockAsyncProxyResolverBase::GetProxyForURL(
|
multi_threaded_proxy_resolver.cc | 67 // GetProxyForURL task). 251 int rv = resolver->GetProxyForURL( 406 int MultiThreadedProxyResolver::GetProxyForURL(
|
proxy_resolver_v8.cc | 721 int ProxyResolverV8::GetProxyForURL(
|
proxy_resolver_v8_tracing.cc | 74 // The Job class is responsible for executing GetProxyForURL() and 534 // Metrics are output for each completed request to GetProxyForURL()). 682 result = v8_resolver()->GetProxyForURL( [all...] |
/external/chromium_org/ppapi/cpp/private/ |
flash.cc | 145 Var Flash::GetProxyForURL(const InstanceHandle& instance, 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_org/ppapi/c/private/ |
ppb_flash.h | 171 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); 254 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); 285 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); 319 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url);
|
/external/chromium-libpac/src/ |
proxy_resolver_v8.cc | 704 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host,
|
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | [all...] |