HomeSort by relevance Sort by last modified time
    Searched refs:GetProxyForURL (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium/net/proxy/
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_,
mock_proxy_resolver.h 73 virtual int GetProxyForURL(const GURL& url,
multi_threaded_proxy_resolver.h 93 virtual int GetProxyForURL(const GURL& url,
122 // Returns an idle worker thread which is ready to receive GetProxyForURL()
proxy_resolver_perftest.cc 121 int result = resolver_->GetProxyForURL(
137 int result = resolver_->GetProxyForURL(GURL(query.query_url),
mock_proxy_resolver.cc 59 int MockAsyncProxyResolverBase::GetProxyForURL(const GURL& url,
proxy_resolver_winhttp.cc 39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url,
proxy_resolver_mac.cc 64 int ProxyResolverMac::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...]
multi_threaded_proxy_resolver.cc 78 // GetProxyForURL task).
258 int rv = resolver->GetProxyForURL(
397 int MultiThreadedProxyResolver::GetProxyForURL(const GURL& url,
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.h 94 virtual int GetProxyForURL(const GURL& url,
124 // Returns an idle worker thread which is ready to receive GetProxyForURL()
proxy_resolver_v8.h 81 virtual int GetProxyForURL(const GURL& url,
proxy_resolver_perftest.cc 125 int result = resolver_->GetProxyForURL(
141 int result = resolver_->GetProxyForURL(
mock_proxy_resolver.h 76 virtual int GetProxyForURL(const GURL& url,
mock_proxy_resolver.cc 56 int MockAsyncProxyResolverBase::GetProxyForURL(
proxy_resolver_winhttp.cc 39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url,
proxy_resolver_mac.cc 75 int ProxyResolverMac::GetProxyForURL(const GURL& query_url,
multi_threaded_proxy_resolver.cc 67 // GetProxyForURL task).
251 int rv = resolver->GetProxyForURL(
406 int MultiThreadedProxyResolver::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_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(
flash.h 50 static Var GetProxyForURL(const InstanceHandle& instance,
  /external/chromium_org/ppapi/proxy/
flash_resource.h 33 virtual PP_Var GetProxyForURL(PP_Instance instance,
network_proxy_resource.cc 29 int32_t NetworkProxyResource::GetProxyForURL(
  /external/chromium_org/ppapi/thunk/
ppb_flash_functions_api.h 24 virtual PP_Var GetProxyForURL(PP_Instance instance,
  /frameworks/base/packages/services/PacProcessor/jni/
com_android_pacprocessor_PacNative.cpp 121 if (proxyResolver->GetProxyForURL(url16, host16, &ret) != OK) {
  /external/chromium_org/ppapi/api/private/
ppb_flash.idl 153 PP_Var GetProxyForURL(

Completed in 345 milliseconds

12 3