OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MarkStale
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc
82
void
MarkStale
(const char* id) {
83
GetNotificationPanel()->GetTester()->
MarkStale
(NewMockNotification(id));
321
MarkStale
("1");
332
MarkStale
("2");
notification_panel.cc
802
void NotificationPanel::
MarkStale
(const Notification& notification) {
827
void NotificationPanelTester::
MarkStale
(const Notification& notification) {
828
panel_->
MarkStale
(notification);
Completed in 45 milliseconds