Home | History | Annotate | Download | only in message_center

Lines Matching refs:notifier

19       const std::vector<Notifier*>& notifiers);
28 virtual void GetNotifierList(std::vector<Notifier*>* notifiers) OVERRIDE;
30 virtual void SetNotifierEnabled(const Notifier& notifier,
42 bool WasEnabled(const Notifier& notifier);
45 void AddGroup(NotifierGroup* group, const std::vector<Notifier*>& notifiers);
47 // For testing, this method can be used to specify a notifier that has a learn
55 std::vector<Notifier*> notifiers;
61 std::map<const Notifier*, bool> enabled_;