Searched refs:FindProxyForUrl (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin.h64 virtual bool FindProxyForUrl(const GURL& url, std::string* proxy_list) = 0;
H A Dplugin_host.cc962 if (!webplugin->FindProxyForUrl(GURL(std::string(url)), &result))
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.h62 virtual bool FindProxyForUrl(const GURL& url,
H A Dwebplugin_proxy.cc222 bool WebPluginProxy::FindProxyForUrl(const GURL& url, std::string* proxy_list) { function in class:content::WebPluginProxy
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h105 virtual bool FindProxyForUrl(const GURL& url,
H A Dwebplugin_impl.cc763 bool WebPluginImpl::FindProxyForUrl(const GURL& url, std::string* proxy_list) { function in class:content::WebPluginImpl

Completed in 483 milliseconds