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

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_statistics_prefs.h48 // Gets the int64 pref at |pref_path| from the |DataReductionProxyPrefMap|.
51 // Updates the pref value in the |DataReductionProxyPrefMap| map.
55 // Gets the pref list at |pref_path| from the |DataReductionProxyPrefMap|.
58 // Writes the prefs stored in |DataReductionProxyPrefMap| and
63 typedef std::map<const char*, int64> DataReductionProxyPrefMap; typedef in class:data_reduction_proxy::DataReductionProxyStatisticsPrefs
93 DataReductionProxyPrefMap pref_map_;

Completed in 108 milliseconds