Searched defs:Notifier (Results 1 – 9 of 9) sorted by relevance
19 typedef struct Notifier Notifier; typedef21 struct Notifier struct23 void (*notify)(Notifier *notifier, void *data); argument
85 struct MESSAGE_CENTER_EXPORT Notifier { struct91 NotifierId notifier_id; argument104 DISALLOW_COPY_AND_ASSIGN(Notifier); argument
53 Notifier::Notifier(const NotifierId& notifier_id, in Notifier() function in message_center::Notifier
24 class CertDatabase::Notifier { class in net::CertDatabase29 Notifier(CertDatabase* cert_db, base::MessageLoop* message_loop) in Notifier() function in net::CertDatabase::Notifier
288 enabled:(BOOL)enabled {292 - (void)learnMoreClicked:(message_center::Notifier*)notifier {
160 hasSeparator:(BOOL)hasSeparator {
42 Notifier() { in Notifier() function
44 typedef LifecycleNotifier<T> Notifier; typedef
24 typedef base::Callback<void(const std::string& message)> Notifier; typedef