Searched refs:PROXY_UNKNOWN (Results 1 – 8 of 8) sorted by relevance
19 PROXY_HTTPS, PROXY_SOCKS5, PROXY_UNKNOWN54 if (proxy_.type == PROXY_UNKNOWN) { in DoWork()70 Complete(PROXY_UNKNOWN); in OnMessage()147 if (TEST_ORDER[next_] >= PROXY_UNKNOWN) { in Next()148 Complete(PROXY_UNKNOWN); in Next()207 LoggingSeverity sev = (proxy_.type == PROXY_UNKNOWN) ? LS_ERROR : LS_INFO; in Complete()
24 PROXY_UNKNOWN enumerator
41 proxy_.type = PROXY_UNKNOWN; in set_proxy()
103 ((proxy_.type == PROXY_HTTPS) || (proxy_.type == PROXY_UNKNOWN)); in LaunchRequest()
78 (proxy_.type == PROXY_UNKNOWN)); in Send()
135 EXPECT_EQ(rtc::PROXY_UNKNOWN, DetectProxyType(kBogusProxyIntAddr)); in TEST_F()
337 ptype = PROXY_UNKNOWN; in ParseProxy()341 ptype = PROXY_UNKNOWN; in ParseProxy()555 proxy->type = PROXY_UNKNOWN; in GetFirefoxProxySettings()
217 proxy().type == rtc::PROXY_UNKNOWN)) { in AddServerAddress()