Searched refs:MarkStale (Results 1 – 3 of 3) sorted by relevance
156 void MarkStale(const Notification& notification);226 void MarkStale(const Notification& notification);
82 void MarkStale(const char* id) { in MarkStale() function in chromeos::NotificationTest83 GetNotificationPanel()->GetTester()->MarkStale(NewMockNotification(id)); in MarkStale()321 MarkStale("1"); in IN_PROC_BROWSER_TEST_F()332 MarkStale("2"); in IN_PROC_BROWSER_TEST_F()
802 void NotificationPanel::MarkStale(const Notification& notification) { in MarkStale() function in chromeos::NotificationPanel827 void NotificationPanelTester::MarkStale(const Notification& notification) { in MarkStale() function in chromeos::NotificationPanelTester828 panel_->MarkStale(notification); in MarkStale()