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

/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update.h67 class ScopedUserPrefUpdate : public subtle::ScopedUserPrefUpdateBase { class in inherits:subtle::ScopedUserPrefUpdateBase
69 ScopedUserPrefUpdate(PrefService* service, const char* path) function in class:ScopedUserPrefUpdate
73 virtual ~ScopedUserPrefUpdate() {}
99 DISALLOW_COPY_AND_ASSIGN(ScopedUserPrefUpdate);
102 typedef ScopedUserPrefUpdate<base::DictionaryValue,
105 typedef ScopedUserPrefUpdate<base::ListValue, base::Value::TYPE_LIST>

Completed in 53 milliseconds