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

  /external/chromium_org/base/prefs/
value_map_pref_store.h 19 class BASE_PREFS_EXPORT ValueMapPrefStore : public WriteablePrefStore {
21 ValueMapPrefStore();
40 virtual ~ValueMapPrefStore();
50 DISALLOW_COPY_AND_ASSIGN(ValueMapPrefStore);
value_map_pref_store.cc 12 ValueMapPrefStore::ValueMapPrefStore() {}
14 bool ValueMapPrefStore::GetValue(const std::string& key,
19 void ValueMapPrefStore::AddObserver(PrefStore::Observer* observer) {
23 void ValueMapPrefStore::RemoveObserver(PrefStore::Observer* observer) {
27 bool ValueMapPrefStore::HasObservers() const {
31 void ValueMapPrefStore::SetValue(const std::string& key, base::Value* value) {
36 void ValueMapPrefStore::RemoveValue(const std::string& key) {
41 bool ValueMapPrefStore::GetMutableValue(const std::string& key,
46 void ValueMapPrefStore::ReportValueChanged(const std::string& key)
    [all...]

Completed in 962 milliseconds