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

/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.h156 void MarkStale(const Notification& notification);
226 void MarkStale(const Notification& notification);
H A Dnotification_browsertest.cc82 void MarkStale(const char* id) { function in class:chromeos::NotificationTest
83 GetNotificationPanel()->GetTester()->MarkStale(NewMockNotification(id));
321 MarkStale("1");
332 MarkStale("2");
H A Dnotification_panel.cc802 void NotificationPanel::MarkStale(const Notification& notification) { function in class:chromeos::NotificationPanel
827 void NotificationPanelTester::MarkStale(const Notification& notification) { function in class:chromeos::NotificationPanelTester
828 panel_->MarkStale(notification);

Completed in 47 milliseconds