OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrefNotifierImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_notifier_impl.h
20
class
PrefNotifierImpl
: public PrefNotifier,
23
explicit
PrefNotifierImpl
(PrefService* pref_service);
24
virtual ~
PrefNotifierImpl
();
55
DISALLOW_COPY_AND_ASSIGN(
PrefNotifierImpl
);
pref_notifier_impl.cc
12
PrefNotifierImpl
::
PrefNotifierImpl
(PrefService* service)
16
PrefNotifierImpl
::~
PrefNotifierImpl
() {
33
void
PrefNotifierImpl
::AddPrefObserver(const char* path,
59
void
PrefNotifierImpl
::RemovePrefObserver(const char* path,
73
void
PrefNotifierImpl
::OnPreferenceChanged(const std::string& path) {
77
void
PrefNotifierImpl
::OnInitializationCompleted() {
86
void
PrefNotifierImpl
::FireObservers(const std::string& path) {
/external/chromium_org/base/prefs/
pref_notifier_impl.cc
11
PrefNotifierImpl
::
PrefNotifierImpl
()
15
PrefNotifierImpl
::
PrefNotifierImpl
(PrefService* service)
19
PrefNotifierImpl
::~
PrefNotifierImpl
() {
41
void
PrefNotifierImpl
::AddPrefObserver(const char* path,
59
void
PrefNotifierImpl
::RemovePrefObserver(const char* path,
73
void
PrefNotifierImpl
::AddInitObserver(base::Callback<void(bool)> obs) {
77
void
PrefNotifierImpl
::OnPreferenceChanged(const std::string& path)
[
all
...]
pref_notifier_impl.h
23
class BASE_PREFS_EXPORT
PrefNotifierImpl
26
PrefNotifierImpl
();
27
explicit
PrefNotifierImpl
(PrefService* pref_service);
28
virtual ~
PrefNotifierImpl
();
70
DISALLOW_COPY_AND_ASSIGN(
PrefNotifierImpl
);
Completed in 224 milliseconds