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

  /external/chromium/chrome/browser/prefs/
pref_service.cc 150 default_store_(default_store),
170 default_store_(original.default_store_.get()),
181 default_store_.get(),
194 default_store_ = NULL;
412 DefaultPrefStore::const_iterator i = default_store_->begin();
413 for (; i != default_store_->end(); ++i) {
430 const Value::ValueType type = default_store_->GetType(pref_name);
505 default_store_->SetDefaultValue(path, scoped_value.release());
pref_service.h 340 scoped_refptr<DefaultPrefStore> default_store_; member in class:PrefService
342 // Local cache of registered Preference objects. The default_store_

Completed in 119 milliseconds