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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_statistics_prefs.cc 19 DataReductionProxyStatisticsPrefs::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::GetList
    [all...]
data_reduction_proxy_statistics_prefs.h 31 class DataReductionProxyStatisticsPrefs {
38 DataReductionProxyStatisticsPrefs(
42 ~DataReductionProxyStatisticsPrefs();
90 base::WeakPtrFactory<DataReductionProxyStatisticsPrefs> weak_factory_;
96 DISALLOW_COPY_AND_ASSIGN(DataReductionProxyStatisticsPrefs);

Completed in 2131 milliseconds