OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notification_list_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/
message_center_impl.cc
424
notification_list_
.reset(new NotificationList());
460
notification_list_
->GetPopupNotifications(blockers_, &blocked_ids);
468
notification_list_
->MarkSinglePopupAsShown((*iter), true);
474
notification_list_
->GetVisibleNotifications(blockers_));
482
notification_list_
->SetMessageCenterVisible(
502
return
notification_list_
->is_message_center_visible();
515
notification_list_
->HasPopupNotifications(blockers_);
524
return
notification_list_
->HasNotification(id);
528
return
notification_list_
->quiet_mode();
533
notification_list_
->GetNotificationDelegate(id)
[
all
...]
notification_list_unittest.cc
26
notification_list_
.reset(new NotificationList());
39
notification_list_
->AddNotification(notification.Pass());
93
NotificationList* notification_list() { return
notification_list_
.get(); }
103
scoped_ptr<NotificationList>
notification_list_
;
member in class:message_center::NotificationListTest
message_center_impl.h
210
scoped_ptr<NotificationList>
notification_list_
;
member in class:message_center::MessageCenterImpl
Completed in 53 milliseconds