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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_test_utils.h 169 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_; member in class:data_reduction_proxy::DataReductionProxySettingsTestBase
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_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_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...]

Completed in 183 milliseconds