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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 246 RecordProbeURLFetchResult(INTERNET_DISCONNECTED);
272 RecordProbeURLFetchResult(SUCCEEDED_PROXY_ENABLED);
274 RecordProbeURLFetchResult(SUCCEEDED_PROXY_ALREADY_ENABLED);
289 RecordProbeURLFetchResult(FAILED_PROXY_DISABLED);
291 RecordProbeURLFetchResult(FAILED_PROXY_ALREADY_DISABLED);
450 void DataReductionProxySettings::RecordProbeURLFetchResult(
data_reduction_proxy_settings_test_utils.cc 176 EXPECT_CALL(*settings, RecordProbeURLFetchResult(_)).Times(0);
178 EXPECT_CALL(*settings, RecordProbeURLFetchResult(result)).Times(1);
data_reduction_proxy_settings.h 216 virtual void RecordProbeURLFetchResult(
data_reduction_proxy_settings_test_utils.h 80 MOCK_METHOD1(RecordProbeURLFetchResult,
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest_android.cc 93 EXPECT_CALL(*settings, RecordProbeURLFetchResult(_)).Times(0);
95 EXPECT_CALL(*settings, RecordProbeURLFetchResult(result)).Times(1);

Completed in 51 milliseconds