OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_views_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/views/
message_center_view.cc
671
notification_views_
.clear();
720
if (
notification_views_
.size() >= kMaxVisibleMessageCenterNotifications)
729
if (
notification_views_
.size() >= kMaxVisibleMessageCenterNotifications)
942
if (
notification_views_
.size() >= kMaxVisibleMessageCenterNotifications)
[
all
...]
message_center_view.h
121
NotificationViewsMap
notification_views_
; // Weak.
member in class:message_center::MessageCenterView
message_center_view_unittest.cc
161
message_center_view_->
notification_views_
[notification.id()] = mock;
Completed in 268 milliseconds