Searched refs:kNoProxy (Results 1 – 4 of 4) sorted by relevance
54 proxies_(1, kNoProxy), in HttpFetcher()
213 static constexpr const auto& kNoProxy = "direct://"; variable
207 res->SetProxies(std::deque<std::string>(num_proxies, kNoProxy)); in NewLargeFetcher()
133 if (base::StartsWith(proxy, kNoProxy, base::CompareCase::INSENSITIVE_ASCII)) { in GetProxyType()160 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer()