Home
last modified time | relevance | path

Searched refs:GetProxyForURL (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/net/proxy/
Dproxy_resolver_v8_unittest.cc151 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 …]
Dmulti_threaded_proxy_resolver_unittest.cc39 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 …]
Dproxy_resolver_v8_tracing_unittest.cc111 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 …]
Dproxy_resolver_perftest.cc125 int result = resolver_->GetProxyForURL( in RunTest()
141 int result = resolver_->GetProxyForURL( in RunTest()
Dproxy_resolver_mac.h24 virtual int GetProxyForURL(const GURL& url,
Dproxy_resolver_winhttp.h24 virtual int GetProxyForURL(const GURL& url,
Dproxy_resolver.h43 virtual int GetProxyForURL(const GURL& url,
Dproxy_resolver_v8_tracing.h48 virtual int GetProxyForURL(const GURL& url,
Dmulti_threaded_proxy_resolver.h94 virtual int GetProxyForURL(const GURL& url,
/external/chromium-libpac/test/
Dproxy_resolver_v8_unittest.cc154 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/
Dtest_network_proxy.cc19 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()
Dtest_flash.cc27 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/
Dppb_network_proxy_thunk.cc20 int32_t GetProxyForURL(PP_Instance instance, in GetProxyForURL() function
28 return enter.SetResult(enter.functions()->GetProxyForURL(instance, in GetProxyForURL()
35 &GetProxyForURL
Dppb_flash_thunk.cc49 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,
Dppb_network_proxy_api.h26 virtual int32_t GetProxyForURL(PP_Instance instance,
Dppb_flash_functions_api.h24 virtual PP_Var GetProxyForURL(PP_Instance instance,
/external/chromium_org/ppapi/cpp/
Dnetwork_proxy.cc26 int32_t NetworkProxy::GetProxyForURL( in GetProxyForURL() function in pp::NetworkProxy
33 return get_interface<PPB_NetworkProxy_1_0>()->GetProxyForURL( in GetProxyForURL()
Dnetwork_proxy.h41 static int32_t GetProxyForURL(
/external/chromium_org/ppapi/c/private/
Dppb_flash.h171 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/
Dflash.cc145 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/
Dppb_network_proxy.h63 int32_t (*GetProxyForURL)(PP_Instance instance, member
/external/chromium_org/ppapi/api/
Dppb_network_proxy.idl37 * @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/
Dnetwork_proxy_resource.h28 virtual int32_t GetProxyForURL(
Dnetwork_proxy_resource.cc29 int32_t NetworkProxyResource::GetProxyForURL( in GetProxyForURL() function in ppapi::proxy::NetworkProxyResource
/external/chromium-libpac/src/
Dproxy_resolver_v8.h59 virtual int GetProxyForURL(const android::String16 spec, const android::String16 host,

12