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

/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update.h65 class ScopedUserPrefUpdate : public subtle::ScopedUserPrefUpdateBase { class in inherits:subtle::ScopedUserPrefUpdateBase
67 ScopedUserPrefUpdate(PrefService* service, const char* path) function in class:ScopedUserPrefUpdate
71 virtual ~ScopedUserPrefUpdate() {}
96 DISALLOW_COPY_AND_ASSIGN(ScopedUserPrefUpdate);
99 typedef ScopedUserPrefUpdate<DictionaryValue, Value::TYPE_DICTIONARY>
101 typedef ScopedUserPrefUpdate<ListValue, Value::TYPE_LIST> ListPrefUpdate;

Completed in 43 milliseconds