Searched refs:ProxyListMatch (Results 1 – 1 of 1) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | proxydetect.cc | 253 bool ProxyListMatch(const Url<char>& url, const std::string& proxy_list, in ProxyListMatch() function 567 if (ProxyListMatch(purl, proxy->bypass_list.c_str(), ',')) { in GetFirefoxProxySettings() 692 if (!ProxyListMatch(purl, proxy->bypass_list, ';')) { in GetWinHttpProxySettings() 778 if (!ProxyListMatch(purl, proxy->bypass_list, ';')) { in WinHttpAutoDetectProxyForUrl() 897 if (!ProxyListMatch(purl, nonnull(options[2].Value.pszValue), _T(';'))) { 935 if (!ProxyListMatch(purl, nonnull(reinterpret_cast<const char*>( in GetIeLanProxySettings()
|