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

  /external/chromium/chrome/browser/prefs/
default_pref_store.h 16 class DefaultPrefStore : public ValueMapPrefStore {
18 DefaultPrefStore();
19 virtual ~DefaultPrefStore();
29 DISALLOW_COPY_AND_ASSIGN(DefaultPrefStore);
default_pref_store.cc 7 DefaultPrefStore::DefaultPrefStore() {}
9 DefaultPrefStore::~DefaultPrefStore() {}
11 void DefaultPrefStore::SetDefaultValue(const std::string& key, Value* value) {
16 Value::ValueType DefaultPrefStore::GetType(const std::string& key) const {

Completed in 23 milliseconds