OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedUserPrefUpdateBase
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc
13
ScopedUserPrefUpdateBase
::
ScopedUserPrefUpdateBase
(PrefService* service,
19
ScopedUserPrefUpdateBase
::~
ScopedUserPrefUpdateBase
() {
23
Value*
ScopedUserPrefUpdateBase
::Get(Value::ValueType type) {
29
void
ScopedUserPrefUpdateBase
::Notify() {
scoped_user_pref_update.h
32
class
ScopedUserPrefUpdateBase
: public base::NonThreadSafe {
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));
/external/chromium_org/base/prefs/
scoped_user_pref_update.cc
13
ScopedUserPrefUpdateBase
::
ScopedUserPrefUpdateBase
(PrefService* service,
19
ScopedUserPrefUpdateBase
::~
ScopedUserPrefUpdateBase
() {
23
Value*
ScopedUserPrefUpdateBase
::GetValueOfType(base::Value::Type type) {
29
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) {}
Completed in 137 milliseconds