HomeSort by relevance Sort by last modified time
    Searched refs:GetProxyInfo (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/base/
proxydetect_unittest.cc 59 bool GetProxyInfo(const std::string prefs, ProxyInfo* info) {
71 EXPECT_TRUE(GetProxyInfo(kFirefoxHeader, &proxy_info));
78 EXPECT_TRUE(GetProxyInfo(kFirefoxCorruptHeader, &proxy_info));
94 EXPECT_TRUE(GetProxyInfo(prefs, &proxy_info));
111 EXPECT_TRUE(GetProxyInfo(prefs, &proxy_info));
127 EXPECT_TRUE(GetProxyInfo(prefs, &proxy_info));
140 EXPECT_TRUE(GetProxyInfo(prefs, &proxy_info));
157 EXPECT_TRUE(GetProxyInfo(prefs, &proxy_info));
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.h 53 void GetProxyInfo(CloudPrintProxyInfo* info);
cloud_print_proxy.cc 187 void CloudPrintProxy::GetProxyInfo(CloudPrintProxyInfo* info) {
  /external/chromium_org/chrome/service/
service_ipc_server.cc 122 g_service_process->GetCloudPrintProxy()->GetProxyInfo(&info);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 174 info.proxy_info = GetProxyInfo();
185 rtc::ProxyInfo ConnectivityChecker::GetProxyInfo() const {
485 rtc::ProxyInfo proxy_info = GetProxyInfo();
568 rtc::ProxyInfo proxy_info = GetProxyInfo();
connectivitychecker.h 222 virtual rtc::ProxyInfo GetProxyInfo() const;
connectivitychecker_unittest.cc 277 virtual rtc::ProxyInfo GetProxyInfo() const {

Completed in 3148 milliseconds