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

/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update.cc13 ScopedUserPrefUpdateBase::ScopedUserPrefUpdateBase(PrefService* service, function in class:subtle::ScopedUserPrefUpdateBase
21 ScopedUserPrefUpdateBase::~ScopedUserPrefUpdateBase() {
25 base::Value* ScopedUserPrefUpdateBase::GetValueOfType(base::Value::Type type) {
32 void ScopedUserPrefUpdateBase::Notify() {
H A Dscoped_user_pref_update.h34 class BASE_PREFS_EXPORT ScopedUserPrefUpdateBase : public base::NonThreadSafe { class in namespace:subtle
36 ScopedUserPrefUpdateBase(PrefService* service, const char* path);
39 ~ScopedUserPrefUpdateBase();
56 DISALLOW_COPY_AND_ASSIGN(ScopedUserPrefUpdateBase);
67 class ScopedUserPrefUpdate : public subtle::ScopedUserPrefUpdateBase {
70 : ScopedUserPrefUpdateBase(service, path) {}

Completed in 106 milliseconds