Home
last modified time | relevance | path

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

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