Home
last modified time | relevance | path

Searched refs:popup_collection_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc185 popup_collection_.reset(new message_center::MessagePopupCollection( in WebNotificationTray()
202 popup_collection_.reset(); in ~WebNotificationTray()
281 popup_collection_->DoUpdateIfPossible(); in ShowPopups()
286 DCHECK(popup_collection_.get()); in HidePopups()
287 popup_collection_->MarkAllPopupsShown(); in HidePopups()
348 } else if (popup_collection_.get()) { in HideBubbleWithView()
Dweb_notification_tray.h165 scoped_ptr<message_center::MessagePopupCollection> popup_collection_; variable
/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray.cc140 popup_collection_.reset(new message_center::MessagePopupCollection( in WebNotificationTray()
160 popup_collection_.reset(); in ~WebNotificationTray()
171 popup_collection_->DoUpdateIfPossible(); in ShowPopups()
176 DCHECK(popup_collection_.get()); in HidePopups()
177 popup_collection_->MarkAllPopupsShown(); in HidePopups()
Dweb_notification_tray.h116 scoped_ptr<message_center::MessagePopupCollection> popup_collection_; variable
/external/chromium_org/ui/message_center/cocoa/
Dpopup_collection.mm56 popup_collection_(popup_collection) {
66 [popup_collection_ layoutNewNotifications];
71 [popup_collection_ removeNotification:notification_id];
76 [popup_collection_ updateNotification:notification_id];
82 MCPopupCollection* popup_collection_; // Weak, owns this.
/external/chromium_org/chrome/browser/ui/cocoa/notifications/
Dmessage_center_tray_bridge.h78 base::scoped_nsobject<MCPopupCollection> popup_collection_; variable
Dmessage_center_tray_bridge.mm59 popup_collection_.reset(
65 popup_collection_.reset();