Searched refs:GetProxySettingsForUrl (Results 1 - 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.h42 bool GetProxySettingsForUrl(const char* agent, const char* url,
H A Dautodetectproxy.cc51 LOG(LS_INFO) << "GetProxySettingsForUrl(" << server_url_ << ") - start";
52 GetProxySettingsForUrl(agent_.c_str(), server_url_.c_str(), proxy_, true);
53 LOG(LS_INFO) << "GetProxySettingsForUrl - stop";
H A Dproxydetect.cc1217 bool GetProxySettingsForUrl(const char* agent, const char* url, function in namespace:talk_base
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxydetect.h42 bool GetProxySettingsForUrl(const char* agent, const char* url,
H A Dautodetectproxy.h68 // Default implementation of GetProxySettingsForUrl. Override for special
72 return GetProxySettingsForUrl(agent, url, proxy, true);
H A Dproxydetect_unittest.cc83 return GetProxySettingsForUrl("Firefox", "www.google.com", info, false);
H A Dproxydetect.cc1221 bool GetProxySettingsForUrl(const char* agent, const char* url, function in namespace:talk_base

Completed in 2700 milliseconds