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

/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update.cc13 ScopedUserPrefUpdateBase::ScopedUserPrefUpdateBase(PrefService* service, function in class:subtle::ScopedUserPrefUpdateBase
19 ScopedUserPrefUpdateBase::~ScopedUserPrefUpdateBase() {
23 Value* ScopedUserPrefUpdateBase::Get(Value::ValueType type) {
29 void ScopedUserPrefUpdateBase::Notify() {
H A Dscoped_user_pref_update.h32 class ScopedUserPrefUpdateBase : public base::NonThreadSafe { class in namespace:subtle
34 ScopedUserPrefUpdateBase(PrefService* service, const char* path);
37 virtual ~ScopedUserPrefUpdateBase();
54 DISALLOW_COPY_AND_ASSIGN(ScopedUserPrefUpdateBase);
65 class ScopedUserPrefUpdate : public subtle::ScopedUserPrefUpdateBase {
68 : ScopedUserPrefUpdateBase(service, path) {}
84 subtle::ScopedUserPrefUpdateBase::Get(type_enum_value));
H A Dpref_service.h33 class ScopedUserPrefUpdateBase;
293 friend class subtle::ScopedUserPrefUpdateBase;

Completed in 93 milliseconds