Searched defs:statistics_prefs_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings_test_utils.h169 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_; member in class:data_reduction_proxy::DataReductionProxySettingsTestBase
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_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_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...]

Completed in 76 milliseconds