Home
last modified time | relevance | path

Searched defs:HasNotification (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/
Dfake_message_center.cc41 bool FakeMessageCenter::HasNotification(const std::string& id) { in HasNotification() function in message_center::FakeMessageCenter
Dnotification_list.cc161 bool NotificationList::HasNotification(const std::string& id) { in HasNotification() function in message_center::NotificationList
Dmessage_center_impl.cc518 bool MessageCenterImpl::HasNotification(const std::string& id) { in HasNotification() function in message_center::MessageCenterImpl
/external/chromium_org/chrome/browser/notifications/
Dwelcome_notification_unittest.cc39 virtual bool HasNotification(const std::string& id) OVERRIDE { in HasNotification() function in MockMessageCenter