Searched refs:NotificationObserverList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dnotification_service_impl.h36 typedef ObserverList<NotificationObserver> NotificationObserverList; typedef in class:content::NotificationServiceImpl
37 typedef std::map<uintptr_t, NotificationObserverList*> NotificationSourceMap;
42 // NotificationObserverList in the given map;
H A Dnotification_service_impl.cc57 NotificationObserverList* observer_list;
61 observer_list = new NotificationObserverList;
82 NotificationObserverList* observer_list =

Completed in 124 milliseconds