OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationObserverList
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_notifier_impl.cc
22
NotificationObserverList
::Iterator obs_iterator(*(it->second));
36
NotificationObserverList
* observer_list = NULL;
40
observer_list = new
NotificationObserverList
;
47
NotificationObserverList
::Iterator it(*observer_list);
69
NotificationObserverList
* observer_list = observer_iterator->second;
98
NotificationObserverList
::Iterator it(*(observer_iterator->second));
pref_notifier_impl.h
39
typedef ObserverList<NotificationObserver>
NotificationObserverList
;
40
typedef base::hash_map<std::string,
NotificationObserverList
*>
pref_notifier_impl_unittest.cc
47
NotificationObserverList
* observer_list = observer_iterator->second;
48
NotificationObserverList
::Iterator it(*observer_list);
/external/chromium_org/content/browser/
notification_service_impl.h
36
typedef ObserverList<NotificationObserver>
NotificationObserverList
;
37
typedef std::map<uintptr_t,
NotificationObserverList
*> NotificationSourceMap;
42
//
NotificationObserverList
in the given map;
notification_service_impl.cc
57
NotificationObserverList
* observer_list;
61
observer_list = new
NotificationObserverList
;
82
NotificationObserverList
* observer_list =
/external/chromium/chrome/browser/chromeos/
cros_settings.h
79
typedef ObserverList<NotificationObserver>
NotificationObserverList
;
80
typedef base::hash_map<std::string,
NotificationObserverList
*>
cros_settings.cc
38
NotificationObserverList
::Iterator it(*(observer_iterator->second));
107
NotificationObserverList
* observer_list = NULL;
111
observer_list = new
NotificationObserverList
;
118
NotificationObserverList
::Iterator it(*observer_list);
140
NotificationObserverList
* observer_list = observer_iterator->second;
Completed in 192 milliseconds