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

  /external/chromium_org/net/proxy/
proxy_config_unittest.cc 329 // Test whether the did_bypass_proxy() flag is set in proxy info correctly.
338 EXPECT_TRUE(result.did_bypass_proxy());
342 EXPECT_FALSE(result.did_bypass_proxy());
349 EXPECT_TRUE(result.did_bypass_proxy());
353 EXPECT_FALSE(result.did_bypass_proxy());
proxy_info.h 33 // Uses a direct connection. did_bypass_proxy() will return true to indicate
92 bool did_bypass_proxy() const { function in class:net::ProxyInfo

Completed in 28 milliseconds