Searched refs:DataReductionProxyStatisticsPrefs (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics.h18 class DataReductionProxyStatisticsPrefs;
52 DataReductionProxyStatisticsPrefs* prefs);
60 DataReductionProxyStatisticsPrefs* prefs);
H A Ddata_reduction_proxy_statistics_prefs.cc19 DataReductionProxyStatisticsPrefs::DataReductionProxyStatisticsPrefs( function in class:data_reduction_proxy::DataReductionProxyStatisticsPrefs
33 DataReductionProxyStatisticsPrefs::~DataReductionProxyStatisticsPrefs() {}
35 void DataReductionProxyStatisticsPrefs::Init() {
66 void DataReductionProxyStatisticsPrefs::InitInt64Pref(const char* pref) {
71 void DataReductionProxyStatisticsPrefs::InitListPref(const char* pref) {
77 int64 DataReductionProxyStatisticsPrefs::GetInt64(const char* pref_path) {
85 void DataReductionProxyStatisticsPrefs::SetInt64(const char* pref_path,
96 base::ListValue* DataReductionProxyStatisticsPrefs
[all...]
H A Ddata_reduction_proxy_statistics_prefs.h31 class DataReductionProxyStatisticsPrefs { class in namespace:data_reduction_proxy
38 DataReductionProxyStatisticsPrefs(
42 ~DataReductionProxyStatisticsPrefs();
90 base::WeakPtrFactory<DataReductionProxyStatisticsPrefs> weak_factory_;
96 DISALLOW_COPY_AND_ASSIGN(DataReductionProxyStatisticsPrefs);
H A Ddata_reduction_proxy_statistics_prefs_unittest.cc78 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_;
82 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs(
126 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs(
H A Ddata_reduction_proxy_settings.h122 DataReductionProxyStatisticsPrefs* statistics_prefs);
305 DataReductionProxyStatisticsPrefs* statistics_prefs_;
H A Ddata_reduction_proxy_settings_test_utils.h25 class DataReductionProxyStatisticsPrefs;
169 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_;
H A Ddata_reduction_proxy_metrics.cc194 DataReductionProxyStatisticsPrefs* pref_service)
263 DataReductionProxyStatisticsPrefs* prefs)
338 DataReductionProxyStatisticsPrefs* prefs) {
472 DataReductionProxyStatisticsPrefs* prefs) {
H A Ddata_reduction_proxy_settings_test_utils.cc92 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs(
H A Ddata_reduction_proxy_metrics_unittest.cc44 statistics_prefs_.reset(new DataReductionProxyStatisticsPrefs(
91 scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_;
H A Ddata_reduction_proxy_settings.cc155 DataReductionProxyStatisticsPrefs* statistics_prefs) {
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.h34 class DataReductionProxyStatisticsPrefs;
142 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
H A Daw_browser_context.cc319 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>(
320 new data_reduction_proxy::DataReductionProxyStatisticsPrefs(
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.h41 class DataReductionProxyStatisticsPrefs;
173 data_reduction_proxy::DataReductionProxyStatisticsPrefs*
335 data_reduction_proxy::DataReductionProxyStatisticsPrefs*
H A Dchrome_network_delegate.cc121 data_reduction_proxy::DataReductionProxyStatisticsPrefs* statistics_prefs) {
147 data_reduction_proxy::DataReductionProxyStatisticsPrefs* statistics_prefs) {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h396 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
402 data_reduction_proxy::DataReductionProxyStatisticsPrefs*
656 mutable scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
H A Dprofile_impl_io_data.h71 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
H A Dprofile_impl.cc634 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
667 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>(
668 new data_reduction_proxy::DataReductionProxyStatisticsPrefs(
H A Dprofile_impl_io_data.cc140 scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>

Completed in 1292 milliseconds