Searched refs:statistics_prefs_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_statistics_prefs_unittest.cc47 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_
[all...]
H A Ddata_reduction_proxy_metrics_unittest.cc44 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_
[all...]
H A Ddata_reduction_proxy_settings.cc156 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_
[all...]
H A Ddata_reduction_proxy_settings_test_utils.cc92 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs(
111 statistics_prefs_->SetInt64(
153 settings_->SetDataReductionProxyStatisticsPrefs(statistics_prefs_.get());
H A Ddata_reduction_proxy_settings.h119 // Sets the |statistics_prefs_| to be used for data reduction proxy pref reads
305 DataReductionProxyStatisticsPrefs* statistics_prefs_; member in class:data_reduction_proxy::DataReductionProxySettings
H A Ddata_reduction_proxy_settings_test_utils.h169 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_; member in class:data_reduction_proxy::DataReductionProxySettingsTestBase
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_unittest_android.cc79 settings_->SetDataReductionProxyStatisticsPrefs(statistics_prefs_.get());

Completed in 140 milliseconds