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

  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 147 bool URLFetcherImpl::WasFetchedViaProxy() const {
148 return core_->WasFetchedViaProxy();
url_fetcher.h 270 virtual bool WasFetchedViaProxy() const = 0;
url_fetcher_impl.h 82 virtual bool WasFetchedViaProxy() const OVERRIDE;
test_url_fetcher_factory.h 134 virtual bool WasFetchedViaProxy() const OVERRIDE;
url_fetcher_core.h 107 bool WasFetchedViaProxy() const;
test_url_fetcher_factory.cc 200 bool TestURLFetcher::WasFetchedViaProxy() const {
url_fetcher_core.cc 302 bool URLFetcherCore::WasFetchedViaProxy() const {
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_cache.cc 166 if (!source->WasFetchedViaProxy()) {
  /external/chromium_org/components/domain_reliability/
monitor_unittest.cc 223 TEST_F(DomainReliabilityMonitorTest, WasFetchedViaProxy) {
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service.cc 87 fetcher->WasFetchedViaProxy() &&

Completed in 608 milliseconds