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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_statistics_prefs_unittest.cc 47 base::ListValue* update = statistics_prefs_->GetList(pref);
57 const base::ListValue* delayed_list = statistics_prefs_->GetList(pref);
71 int64 delayed_pref = statistics_prefs_->GetInt64(pref);
78 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_; member in class:data_reduction_proxy::DataReductionProxyStatisticsPrefsTest
82 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs(
94 statistics_prefs_->SetInt64(
96 statistics_prefs_->SetInt64(
100 statistics_prefs_->GetList(data_reduction_proxy::prefs::
103 statistics_prefs_->GetList(data_reduction_proxy::prefs::
126 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs
    [all...]
data_reduction_proxy_metrics_unittest.cc 44 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs(
91 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_; member in class:data_reduction_proxy::ChromeNetworkDataSavingMetricsTest
100 &pref_service_, UNKNOWN_TYPE, statistics_prefs_.get());
103 statistics_prefs_->GetInt64(
108 statistics_prefs_->GetInt64(
114 &pref_service_, UNKNOWN_TYPE, statistics_prefs_.get());
117 statistics_prefs_->GetInt64(
122 statistics_prefs_->GetInt64(
163 base::ListValue* update = statistics_prefs_->GetList(pref);
175 base::ListValue* update = statistics_prefs_->GetList(pref)
    [all...]
data_reduction_proxy_settings.cc 156 statistics_prefs_ = statistics_prefs;
210 DCHECK(statistics_prefs_);
212 statistics_prefs_->GetInt64(prefs::kDailyHttpContentLengthLastUpdateDate);
368 DCHECK(statistics_prefs_);
370 statistics_prefs_->GetList(prefs::kDailyHttpOriginalContentLength);
372 statistics_prefs_->GetList(prefs::kDailyHttpReceivedContentLength);
478 DCHECK(statistics_prefs_);
479 const base::ListValue* list_value = statistics_prefs_->GetList(pref_name);
495 DCHECK(statistics_prefs_);
498 statistics_prefs_->GetList(prefs::kDailyHttpOriginalContentLength)
    [all...]
data_reduction_proxy_settings_test_utils.cc 92 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs(
111 statistics_prefs_->SetInt64(
153 settings_->SetDataReductionProxyStatisticsPrefs(statistics_prefs_.get());
data_reduction_proxy_settings.h 119 // Sets the |statistics_prefs_| to be used for data reduction proxy pref reads
305 DataReductionProxyStatisticsPrefs* statistics_prefs_; member in class:data_reduction_proxy::DataReductionProxySettings
data_reduction_proxy_settings_test_utils.h 169 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_; member in class:data_reduction_proxy::DataReductionProxySettingsTestBase
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest_android.cc 79 settings_->SetDataReductionProxyStatisticsPrefs(statistics_prefs_.get());

Completed in 436 milliseconds