Searched refs:ProxyListMatch (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/webrtc/base/ |
D | proxydetect.cc | 238 bool ProxyListMatch(const Url<char>& url, const std::string& proxy_list, in ProxyListMatch() function 552 if (ProxyListMatch(purl, proxy->bypass_list.c_str(), ',')) { in GetFirefoxProxySettings() 677 if (!ProxyListMatch(purl, proxy->bypass_list, ';')) { in GetWinHttpProxySettings() 763 if (!ProxyListMatch(purl, proxy->bypass_list, ';')) { in WinHttpAutoDetectProxyForUrl() 882 if (!ProxyListMatch(purl, nonnull(options[2].Value.pszValue), _T(';'))) { 920 if (!ProxyListMatch(purl, nonnull(reinterpret_cast<const char*>( in GetIeLanProxySettings()
|