OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefNotifier
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_notifier.h
15
class
PrefNotifier
{
17
virtual ~
PrefNotifier
() {}
pref_notifier_impl.h
19
// The
PrefNotifier
implementation used by the PrefService.
20
class PrefNotifierImpl : public
PrefNotifier
,
31
//
PrefNotifier
overrides.
pref_value_store.h
21
class
PrefNotifier
;
59
PrefNotifier
* pref_notifier);
72
PrefNotifier
* pref_notifier);
239
PrefNotifier
* pref_notifier_;
pref_value_store.cc
52
PrefNotifier
* pref_notifier)
77
PrefNotifier
* pref_notifier) {
pref_service.h
25
class
PrefNotifier
;
267
// The
PrefNotifier
handles registering and notifying preference observers.
318
//
PrefNotifier
of the change.
pref_value_store_unittest.cc
28
class MockPrefNotifier : public
PrefNotifier
{
/external/chromium_org/base/prefs/
pref_notifier.h
14
class
PrefNotifier
{
16
virtual ~
PrefNotifier
() {}
pref_notifier_impl.h
22
// The
PrefNotifier
implementation used by the PrefService.
24
: public NON_EXPORTED_BASE(
PrefNotifier
) {
43
//
PrefNotifier
overrides.
pref_value_store.h
20
class
PrefNotifier
;
56
PrefNotifier
* pref_notifier);
68
PrefNotifier
* pref_notifier);
72
// filter through the
PrefNotifier
mechanism, which may not forward
256
PrefNotifier
* pref_notifier_;
pref_value_store.cc
56
PrefNotifier
* pref_notifier)
80
PrefNotifier
* pref_notifier) {
pref_service.h
28
class
PrefNotifier
;
274
// The
PrefNotifier
handles registering and notifying preference observers.
327
//
PrefNotifier
of the change.
pref_value_store_unittest.cc
23
class MockPrefNotifier : public
PrefNotifier
{
Completed in 43 milliseconds