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

/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect_unittest.cc59 bool GetProxyInfo(const std::string prefs, ProxyInfo* info) { function in namespace:rtc
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/
H A Dcloud_print_proxy.h53 void GetProxyInfo(CloudPrintProxyInfo* info);
H A Dcloud_print_proxy.cc187 void CloudPrintProxy::GetProxyInfo(CloudPrintProxyInfo* info) { function in class:cloud_print::CloudPrintProxy
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.cc122 g_service_process->GetCloudPrintProxy()->GetProxyInfo(&info);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.cc174 info.proxy_info = GetProxyInfo();
185 rtc::ProxyInfo ConnectivityChecker::GetProxyInfo() const { function in class:cricket::ConnectivityChecker
485 rtc::ProxyInfo proxy_info = GetProxyInfo();
568 rtc::ProxyInfo proxy_info = GetProxyInfo();
H A Dconnectivitychecker.h222 virtual rtc::ProxyInfo GetProxyInfo() const;
H A Dconnectivitychecker_unittest.cc277 virtual rtc::ProxyInfo GetProxyInfo() const { function in class:cricket::ConnectivityCheckerForTest

Completed in 714 milliseconds