HomeSort by relevance Sort by last modified time
    Searched refs:NotificationObserverList (Results 1 - 2 of 2) sorted by null

  /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 =

Completed in 192 milliseconds