Searched refs:ParseProxy (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | proxydetect.cc | 297 bool ParseProxy(const std::string& saddress, ProxyInfo* proxy) { in ParseProxy() function 695 ParseProxy(ToUtf8(iecfg.lpszProxy), proxy); in GetWinHttpProxySettings() 783 success = ParseProxy(ToUtf8(info.lpszProxy), proxy); in WinHttpAutoDetectProxyForUrl() 900 ParseProxy(nonnull(options[1].Value.pszValue), proxy); 939 ParseProxy(nonnull(reinterpret_cast<const char*>(info->lpszProxy)), in GetIeLanProxySettings()
|
/external/chromium_org/third_party/webrtc/base/ |
D | proxydetect.cc | 280 bool ParseProxy(const std::string& saddress, ProxyInfo* proxy) { in ParseProxy() function 678 ParseProxy(ToUtf8(iecfg.lpszProxy), proxy); in GetWinHttpProxySettings() 766 success = ParseProxy(ToUtf8(info.lpszProxy), proxy); in WinHttpAutoDetectProxyForUrl() 883 ParseProxy(nonnull(options[1].Value.pszValue), proxy); 922 ParseProxy(nonnull(reinterpret_cast<const char*>(info->lpszProxy)), in GetIeLanProxySettings()
|
/external/chromium_org/chrome/test/chromedriver/ |
D | capabilities.cc | 181 Status ParseProxy(const base::Value& option, Capabilities* capabilities) { in ParseProxy() function 495 parser_map["proxy"] = base::Bind(&ParseProxy); in Parse()
|