HomeSort by relevance Sort by last modified time
    Searched refs:popup_collection_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
message_center_tray_bridge.h 78 base::scoped_nsobject<MCPopupCollection> popup_collection_; member in class:MessageCenterTrayBridge
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h 115 scoped_ptr<message_center::MessagePopupCollection> popup_collection_; member in class:message_center::WebNotificationTray
web_notification_tray.cc 138 popup_collection_.reset(new message_center::MessagePopupCollection(
157 popup_collection_.reset();
167 popup_collection_->DoUpdateIfPossible();
172 DCHECK(popup_collection_.get());
173 popup_collection_->MarkAllPopupsShown();
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 311 popup_collection_.reset(new message_center::MessagePopupCollection(
320 popup_collection_.get(),
328 popup_collection_.reset();
408 popup_collection_->DoUpdateIfPossible();
413 DCHECK(popup_collection_.get());
414 popup_collection_->MarkAllPopupsShown();
475 } else if (popup_collection_.get()) {
web_notification_tray.h 165 scoped_ptr<message_center::MessagePopupCollection> popup_collection_; member in class:ash::WebNotificationTray
178 // Observes the work area for |popup_collection_| and notifies to it.
web_notification_tray_unittest.cc 142 return tray->popup_collection_->work_area_;

Completed in 205 milliseconds