Home
last modified time | relevance | path

Searched refs:HasNotificationOfType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_list.h89 bool HasNotificationOfType(const std::string& id,
Dnotification_list_unittest.cc737 EXPECT_TRUE(notification_list()->HasNotificationOfType( in TEST_F()
739 EXPECT_FALSE(notification_list()->HasNotificationOfType( in TEST_F()
754 EXPECT_FALSE(notification_list()->HasNotificationOfType( in TEST_F()
756 EXPECT_TRUE(notification_list()->HasNotificationOfType( in TEST_F()
Dnotification_list.cc165 bool NotificationList::HasNotificationOfType(const std::string& id, in HasNotificationOfType() function in message_center::NotificationList
Dmessage_center_impl.cc610 notification_list_->HasNotificationOfType(old_id, in UpdateNotification()