Home
last modified time | relevance | path

Searched refs:WebNotificationBubbleWrapper (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.h42 class WebNotificationBubbleWrapper; variable
155 WebNotificationBubbleWrapper* message_center_bubble() const { in message_center_bubble()
164 scoped_ptr<WebNotificationBubbleWrapper> message_center_bubble_;
Dweb_notification_tray.cc76 class WebNotificationBubbleWrapper { class
79 WebNotificationBubbleWrapper(WebNotificationTray* tray, in WebNotificationBubbleWrapper() function in ash::WebNotificationBubbleWrapper
108 DISALLOW_COPY_AND_ASSIGN(WebNotificationBubbleWrapper);
248 new WebNotificationBubbleWrapper(this, message_center_bubble)); in ShowMessageCenterInternal()