Searched defs:data_reduction_proxy_statistics_prefs (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc39 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
100 io_data_->data_reduction_proxy_statistics_prefs()->WritePrefs();
141 data_reduction_proxy_statistics_prefs) {
180 data_reduction_proxy_statistics_prefs.Pass());
448 data_reduction_proxy_statistics_prefs());
120 Init( const base::FilePath& cookie_path, const base::FilePath& channel_id_path, const base::FilePath& cache_path, int cache_max_size, const base::FilePath& media_cache_path, int media_cache_max_size, const base::FilePath& extensions_cookie_path, const base::FilePath& profile_path, const base::FilePath& infinite_cache_path, chrome_browser_net::Predictor* predictor, content::CookieStoreConfig::SessionCookieMode session_cookie_mode, storage::SpecialStoragePolicy* special_storage_policy, scoped_ptr<domain_reliability::DomainReliabilityMonitor> domain_reliability_monitor, const base::Callback<void(bool)>& data_reduction_proxy_unavailable, scoped_ptr<DataReductionProxyChromeConfigurator> data_reduction_proxy_chrome_configurator, scoped_ptr<data_reduction_proxy::DataReductionProxyParams> data_reduction_proxy_params, scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs> data_reduction_proxy_statistics_prefs) argument
H A Dprofile_impl.cc86 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
635 data_reduction_proxy_statistics_prefs; local
666 data_reduction_proxy_statistics_prefs =
673 data_reduction_proxy_statistics_prefs.get());
686 data_reduction_proxy_statistics_prefs.Pass());
H A Dprofile_io_data.h27 #include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h"
397 data_reduction_proxy_statistics_prefs) {
399 data_reduction_proxy_statistics_prefs.Pass();
403 data_reduction_proxy_statistics_prefs() const { function in class:ProfileIOData
395 set_data_reduction_proxy_statistics_prefs( scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs> data_reduction_proxy_statistics_prefs) argument

Completed in 85 milliseconds