Searched defs:NotificationRegistrar (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/content/public/browser/
H A Dnotification_registrar.cc14 struct NotificationRegistrar::Record {
22 bool NotificationRegistrar::Record::operator==(const Record& other) const {
28 NotificationRegistrar::NotificationRegistrar() { function in class:content::NotificationRegistrar
31 // AtExitManager before any objects which access it via NotificationRegistrar.
35 // It is OK to create a NotificationRegistrar instance on one thread and then
40 NotificationRegistrar::~NotificationRegistrar() {
44 void NotificationRegistrar::Add(NotificationObserver* observer,
56 void NotificationRegistrar
[all...]
H A Dnotification_registrar.h22 // The intended use is that you make a NotificationRegistrar member in your
26 class CONTENT_EXPORT NotificationRegistrar : class in namespace:content
31 NotificationRegistrar();
32 ~NotificationRegistrar();
66 DISALLOW_COPY_AND_ASSIGN(NotificationRegistrar);

Completed in 240 milliseconds