HomeSort by relevance Sort by last modified time
    Searched defs:GetProxyForURL (Results 1 - 15 of 15) sorted by null

  /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 20 int32_t GetProxyForURL(PP_Instance instance,
24 VLOG(4) << "PPB_NetworkProxy::GetProxyForURL()";
28 return enter.SetResult(enter.functions()->GetProxyForURL(instance,
35 &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_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 64 // GetProxyForURL task).
245 int rv = resolver->GetProxyForURL(
372 int MultiThreadedProxyResolver::GetProxyForURL(
proxy_resolver_v8.cc 718 int ProxyResolverV8::GetProxyForURL(
proxy_resolver_v8_tracing.cc 68 // The Job class is responsible for executing GetProxyForURL() and
531 result = v8_resolver()->GetProxyForURL(
958 int ProxyResolverV8Tracing::GetProxyForURL(const GURL& url,
    [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 725 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host,

Completed in 215 milliseconds