/external/chromium_org/net/proxy/ |
D | proxy_resolver_v8_unittest.cc | 151 result = resolver.GetProxyForURL( in TEST() 172 result = resolver.GetProxyForURL( in TEST() 192 result = resolver.GetProxyForURL(GURL("http://query.com/path"), &proxy_info, in TEST() 200 int result = resolver.GetProxyForURL( in TEST() 233 result = resolver.GetProxyForURL( in TEST() 254 result = resolver.GetProxyForURL( in TEST() 267 result = resolver.GetProxyForURL( in TEST() 291 result = resolver.GetProxyForURL( in TEST() 305 result = resolver.GetProxyForURL( in TEST() 320 result = resolver.GetProxyForURL( in TEST() [all …]
|
D | multi_threaded_proxy_resolver_unittest.cc | 39 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::__anon4ff202f90111::MockProxyResolver 136 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::__anon4ff202f90111::BlockableProxyResolver 146 return MockProxyResolver::GetProxyForURL( in GetProxyForURL() 163 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::__anon4ff202f90111::ForwardingProxyResolver 168 return impl_->GetProxyForURL( in GetProxyForURL() 259 rv = resolver.GetProxyForURL(GURL("http://request0"), &results0, in TEST() 282 rv = resolver.GetProxyForURL(GURL("http://request1"), &results1, in TEST() 288 rv = resolver.GetProxyForURL(GURL("http://request2"), &results2, in TEST() 294 rv = resolver.GetProxyForURL(GURL("http://request3"), &results3, in TEST() 339 rv = resolver.GetProxyForURL(GURL("http://request0"), &results0, in TEST() [all …]
|
D | proxy_resolver_v8_tracing_unittest.cc | 111 int rv = resolver.GetProxyForURL( in TEST_F() 142 int rv = resolver.GetProxyForURL( in TEST_F() 188 int rv = resolver.GetProxyForURL( in TEST_F() 239 int rv = resolver.GetProxyForURL( in TEST_F() 300 int rv = resolver.GetProxyForURL( in TEST_F() 369 int rv = resolver.GetProxyForURL( in TEST_F() 385 rv = resolver.GetProxyForURL( in TEST_F() 426 int rv = resolver.GetProxyForURL( in TEST_F() 480 int rv = resolver.GetProxyForURL( in TEST_F() 517 int rv = resolver.GetProxyForURL( in TEST_F() [all …]
|
D | proxy_resolver_perftest.cc | 125 int result = resolver_->GetProxyForURL( in RunTest() 141 int result = resolver_->GetProxyForURL( in RunTest()
|
D | proxy_resolver_mac.h | 24 virtual int GetProxyForURL(const GURL& url,
|
D | proxy_resolver_winhttp.h | 24 virtual int GetProxyForURL(const GURL& url,
|
D | proxy_resolver.h | 43 virtual int GetProxyForURL(const GURL& url,
|
D | proxy_resolver_v8_tracing.h | 48 virtual int GetProxyForURL(const GURL& url,
|
D | multi_threaded_proxy_resolver.h | 94 virtual int GetProxyForURL(const GURL& url,
|
/external/chromium-libpac/test/ |
D | proxy_resolver_v8_unittest.cc | 154 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); in TEST() 170 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); in TEST() 191 result = resolver.GetProxyForURL(queryUrl, queryHost, &kResults); in TEST() 200 int result = resolver.GetProxyForURL(queryUrl, queryHost, &kResults); in TEST() 238 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); in TEST() 256 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); in TEST() 267 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); in TEST() 288 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); in TEST() 302 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); in TEST() 317 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); in TEST() [all …]
|
/external/chromium_org/ppapi/tests/ |
D | test_network_proxy.cc | 19 RUN_CALLBACK_TEST(TestNetworkProxy, GetProxyForURL, filter); in RunTests() 26 pp::NetworkProxy::GetProxyForURL(instance_, in TestGetProxyForURL() 37 pp::NetworkProxy::GetProxyForURL(instance_, in TestGetProxyForURL() 47 pp::NetworkProxy::GetProxyForURL(instance_, in TestGetProxyForURL() 58 pp::NetworkProxy::GetProxyForURL(instance_, in TestGetProxyForURL() 66 pp::NetworkProxy::GetProxyForURL(instance_, in TestGetProxyForURL()
|
D | test_flash.cc | 27 RUN_TEST(GetProxyForURL, filter); in RunTests() 41 Var result = Flash::GetProxyForURL(instance_, "http://127.0.0.1/foobar/"); in TestGetProxyForURL() 46 result = Flash::GetProxyForURL(instance_, "http://www.google.com"); in TestGetProxyForURL() 50 result = Flash::GetProxyForURL(instance_, "file:///tmp"); in TestGetProxyForURL() 55 result = Flash::GetProxyForURL(instance_, "this_isnt_an_url"); in TestGetProxyForURL()
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_network_proxy_thunk.cc | 20 int32_t GetProxyForURL(PP_Instance instance, in GetProxyForURL() function 28 return enter.SetResult(enter.functions()->GetProxyForURL(instance, in GetProxyForURL() 35 &GetProxyForURL
|
D | ppb_flash_thunk.cc | 49 PP_Var GetProxyForURL(PP_Instance instance, const char* url) { in GetProxyForURL() function 53 return enter.functions()->GetProxyForURL(instance, url); in GetProxyForURL() 167 &GetProxyForURL, 185 &GetProxyForURL, 204 &GetProxyForURL, 224 &GetProxyForURL,
|
D | ppb_network_proxy_api.h | 26 virtual int32_t GetProxyForURL(PP_Instance instance,
|
D | ppb_flash_functions_api.h | 24 virtual PP_Var GetProxyForURL(PP_Instance instance,
|
/external/chromium_org/ppapi/cpp/ |
D | network_proxy.cc | 26 int32_t NetworkProxy::GetProxyForURL( in GetProxyForURL() function in pp::NetworkProxy 33 return get_interface<PPB_NetworkProxy_1_0>()->GetProxyForURL( in GetProxyForURL()
|
D | network_proxy.h | 41 static int32_t GetProxyForURL(
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_flash.h | 171 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); member 254 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); member 285 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); member 319 struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); member
|
/external/chromium_org/ppapi/cpp/private/ |
D | flash.cc | 145 Var Flash::GetProxyForURL(const InstanceHandle& instance, in GetProxyForURL() function in pp::flash::Flash 149 return Var(PASS_REF, get_interface<PPB_Flash_13_0>()->GetProxyForURL( in GetProxyForURL() 152 if (flash_12_combined_interface.GetProxyForURL) { in GetProxyForURL() 153 return Var(PASS_REF, flash_12_combined_interface.GetProxyForURL( in GetProxyForURL()
|
/external/chromium_org/ppapi/c/ |
D | ppb_network_proxy.h | 63 int32_t (*GetProxyForURL)(PP_Instance instance, member
|
/external/chromium_org/ppapi/api/ |
D | ppb_network_proxy.idl | 37 * @param[out] proxy_string A <code>PP_Var</code> that GetProxyForURL will 49 int32_t GetProxyForURL([in] PP_Instance instance,
|
/external/chromium_org/ppapi/proxy/ |
D | network_proxy_resource.h | 28 virtual int32_t GetProxyForURL(
|
D | network_proxy_resource.cc | 29 int32_t NetworkProxyResource::GetProxyForURL( in GetProxyForURL() function in ppapi::proxy::NetworkProxyResource
|
/external/chromium-libpac/src/ |
D | proxy_resolver_v8.h | 59 virtual int GetProxyForURL(const android::String16 spec, const android::String16 host,
|