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 90 bool HasNotificationOfType(const std::string& id,
notification_list_unittest.cc 697 EXPECT_TRUE(notification_list()->HasNotificationOfType(
699 EXPECT_FALSE(notification_list()->HasNotificationOfType(
714 EXPECT_FALSE(notification_list()->HasNotificationOfType(
716 EXPECT_TRUE(notification_list()->HasNotificationOfType(
notification_list.cc 165 bool NotificationList::HasNotificationOfType(const std::string& id,
message_center_impl.cc 598 notification_list_->HasNotificationOfType(old_id,

Completed in 170 milliseconds