Home
last modified time | relevance | path

Searched refs:MarkStale (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.h156 void MarkStale(const Notification& notification);
226 void MarkStale(const Notification& notification);
Dnotification_browsertest.cc82 void MarkStale(const char* id) { in MarkStale() function in chromeos::NotificationTest
83 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()
Dnotification_panel.cc802 void NotificationPanel::MarkStale(const Notification& notification) { in MarkStale() function in chromeos::NotificationPanel
827 void NotificationPanelTester::MarkStale(const Notification& notification) { in MarkStale() function in chromeos::NotificationPanelTester
828 panel_->MarkStale(notification); in MarkStale()