Searched refs:FindProxyForUrl (Results 1 – 7 of 7) sorted by relevance
64 virtual bool FindProxyForUrl(const GURL& url, std::string* proxy_list) = 0;
961 if (!webplugin->FindProxyForUrl(GURL(std::string(url)), &result)) in NPN_GetValueForURL()
248 bool FindProxyForUrl(const GURL& url, std::string* proxy_list);
66 virtual bool FindProxyForUrl(const GURL& url,
256 bool WebPluginProxy::FindProxyForUrl(const GURL& url, std::string* proxy_list) { in FindProxyForUrl() function in content::WebPluginProxy
110 virtual bool FindProxyForUrl(const GURL& url,
745 bool WebPluginImpl::FindProxyForUrl(const GURL& url, std::string* proxy_list) { in FindProxyForUrl() function in content::WebPluginImpl