OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_list_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/
message_center_impl.cc
427
notification_list_
.reset(new NotificationList());
465
notification_list_
->GetPopupNotifications(blockers_, &blocked_ids);
473
notification_list_
->MarkSinglePopupAsShown((*iter), true);
479
notification_list_
->GetVisibleNotifications(blockers_));
499
notification_list_
->SetMessageCenterVisible(
519
return
notification_list_
->is_message_center_visible();
532
notification_list_
->HasPopupNotifications(blockers_);
536
return
notification_list_
->quiet_mode();
541
notification_list_
->GetNotificationDelegate(id);
547
return
notification_list_
->GetNotificationById(id)
[
all
...]
message_center_impl.h
224
scoped_ptr<NotificationList>
notification_list_
;
member in class:message_center::MessageCenterImpl
notification_list_unittest.cc
28
notification_list_
.reset(new NotificationList());
41
notification_list_
->AddNotification(notification.Pass());
95
NotificationList* notification_list() { return
notification_list_
.get(); }
105
scoped_ptr<NotificationList>
notification_list_
;
member in class:message_center::NotificationListTest
Completed in 1082 milliseconds