Searched defs:kProxyType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dproxy_cros_settings_parser.cc25 const char kProxyType[] = "cros.session.proxy.type"; member in namespace:chromeos
42 kProxyType,
179 } else if (path == kProxyType) {
310 } else if (path == kProxyType) {
369 if (path == kProxyType) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker_unittest.cc25 static const talk_base::ProxyType kProxyType = talk_base::PROXY_HTTPS; member in namespace:cricket
232 proxy_info_.type = kProxyType;
276 EXPECT_EQ(kProxyType, info.proxy_info.type);

Completed in 158 milliseconds