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

  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest.h 67 void CheckProbeOnIPChange(const std::string& probe_url,
data_reduction_proxy_settings_unittest.cc 197 void DataReductionProxySettingsTestBase::CheckProbeOnIPChange(
503 CheckProbeOnIPChange(kProbeURLWithOKResponse, "OK", true, false);
505 CheckProbeOnIPChange(kProbeURLWithBadResponse, "Bad", true, true);
507 CheckProbeOnIPChange(kProbeURLWithBadResponse, "Bad", true, true);
509 CheckProbeOnIPChange(kProbeURLWithBadResponse, "OK", true, false);

Completed in 711 milliseconds