/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_network_proxy_api.h | 26 virtual int32_t GetProxyForURL(PP_Instance instance,
|
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/cpp/ |
network_proxy.h | 41 static int32_t GetProxyForURL(
|
network_proxy.cc | 26 int32_t NetworkProxy::GetProxyForURL( 33 return get_interface<PPB_NetworkProxy_1_0>()->GetProxyForURL(
|
/external/chromium_org/ppapi/api/ |
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/tests/ |
test_network_proxy.cc | 19 RUN_CALLBACK_TEST(TestNetworkProxy, GetProxyForURL, filter); 26 pp::NetworkProxy::GetProxyForURL(instance_, 37 pp::NetworkProxy::GetProxyForURL(instance_, 47 pp::NetworkProxy::GetProxyForURL(instance_, 58 pp::NetworkProxy::GetProxyForURL(instance_, 66 pp::NetworkProxy::GetProxyForURL(instance_,
|
test_flash.cc | 27 RUN_TEST(GetProxyForURL, filter); 41 Var result = Flash::GetProxyForURL(instance_, "http://127.0.0.1/foobar/"); 46 result = Flash::GetProxyForURL(instance_, "http://www.google.com"); 50 result = Flash::GetProxyForURL(instance_, "file:///tmp"); 55 result = Flash::GetProxyForURL(instance_, "this_isnt_an_url");
|
/external/chromium/net/proxy/ |
proxy_resolver_mac.h | 23 virtual int GetProxyForURL(const GURL& url,
|
proxy_resolver_winhttp.h | 24 virtual int GetProxyForURL(const GURL& url,
|
proxy_resolver.h | 42 virtual int GetProxyForURL(const GURL& url,
|
proxy_resolver_v8.h | 46 virtual int 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_unittest.cc | 132 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, 153 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, 173 result = resolver.GetProxyForURL(GURL("http://query.com/path"), 181 int result = resolver.GetProxyForURL(GURL("ftp://query.com:90/path"), 221 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, 242 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, 255 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, 279 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, 293 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, 308 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL [all...] |
/external/chromium_org/net/proxy/ |
proxy_resolver_v8_unittest.cc | 152 result = resolver.GetProxyForURL( 173 result = resolver.GetProxyForURL( 193 result = resolver.GetProxyForURL(GURL("http://query.com/path"), &proxy_info, 201 int result = resolver.GetProxyForURL( 234 result = resolver.GetProxyForURL( 255 result = resolver.GetProxyForURL( 268 result = resolver.GetProxyForURL( 292 result = resolver.GetProxyForURL( 306 result = resolver.GetProxyForURL( 321 result = resolver.GetProxyForURL( [all...] |
proxy_resolver.h | 43 virtual int GetProxyForURL(const GURL& url,
|
proxy_resolver_mac.h | 24 virtual int GetProxyForURL(const GURL& url,
|
proxy_resolver_winhttp.h | 24 virtual int GetProxyForURL(const GURL& url,
|
multi_threaded_proxy_resolver_unittest.cc | 38 virtual int GetProxyForURL(const GURL& query_url, 115 // GetProxyForURL(). 142 virtual int GetProxyForURL(const GURL& query_url, 152 return MockProxyResolver::GetProxyForURL( 169 virtual int GetProxyForURL(const GURL& query_url, 174 return impl_->GetProxyForURL( 269 rv = resolver.GetProxyForURL(GURL("http://request0"), &results0, 292 rv = resolver.GetProxyForURL(GURL("http://request1"), &results1, 298 rv = resolver.GetProxyForURL(GURL("http://request2"), &results2, 304 rv = resolver.GetProxyForURL(GURL("http://request3"), &results3 [all...] |
proxy_resolver_v8_tracing.h | 48 virtual int GetProxyForURL(const GURL& url,
|
proxy_resolver_v8_tracing_unittest.cc | 111 int rv = resolver.GetProxyForURL( 142 int rv = resolver.GetProxyForURL( 188 int rv = resolver.GetProxyForURL( 239 int rv = resolver.GetProxyForURL( 300 int rv = resolver.GetProxyForURL( 369 int rv = resolver.GetProxyForURL( 385 rv = resolver.GetProxyForURL( 426 int rv = resolver.GetProxyForURL( 480 int rv = resolver.GetProxyForURL( 517 int rv = resolver.GetProxyForURL( [all...] |
/external/chromium-libpac/src/ |
proxy_resolver_v8.h | 59 virtual int GetProxyForURL(const android::String16 spec, const android::String16 host,
|
/external/chromium_org/ppapi/proxy/ |
network_proxy_resource.h | 28 virtual int32_t GetProxyForURL(
|
/external/chromium-libpac/test/ |
proxy_resolver_v8_unittest.cc | 154 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); 170 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); 191 result = resolver.GetProxyForURL(queryUrl, queryHost, &kResults); 200 int result = resolver.GetProxyForURL(queryUrl, queryHost, &kResults); 238 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); 256 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); 267 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); 288 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); 302 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults); 317 result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults) [all...] |