OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedUserPrefUpdateBase
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/prefs/
scoped_user_pref_update.cc
13
ScopedUserPrefUpdateBase
::
ScopedUserPrefUpdateBase
(PrefService* service,
21
ScopedUserPrefUpdateBase
::~
ScopedUserPrefUpdateBase
() {
25
base::Value*
ScopedUserPrefUpdateBase
::GetValueOfType(base::Value::Type type) {
32
void
ScopedUserPrefUpdateBase
::Notify() {
scoped_user_pref_update.h
34
class BASE_PREFS_EXPORT
ScopedUserPrefUpdateBase
: public base::NonThreadSafe {
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) {}
pref_service.h
41
class
ScopedUserPrefUpdateBase
;
299
friend class subtle::
ScopedUserPrefUpdateBase
;
Completed in 3653 milliseconds