HomeSort by relevance Sort by last modified time
    Searched refs:HasNotificationOfType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/message_center/
notification_list.h 89 bool HasNotificationOfType(const std::string& id,
notification_list_unittest.cc 737 EXPECT_TRUE(notification_list()->HasNotificationOfType(
739 EXPECT_FALSE(notification_list()->HasNotificationOfType(
754 EXPECT_FALSE(notification_list()->HasNotificationOfType(
756 EXPECT_TRUE(notification_list()->HasNotificationOfType(
notification_list.cc 165 bool NotificationList::HasNotificationOfType(const std::string& id,
message_center_impl.cc 610 notification_list_->HasNotificationOfType(old_id,

Completed in 37 milliseconds