Searched refs:BubbleViewDestroyed (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.h50 void BubbleViewDestroyed();
H A Dsystem_tray.h135 virtual void BubbleViewDestroyed() OVERRIDE;
H A Dsystem_tray.cc657 void SystemTray::BubbleViewDestroyed() { function in class:ash::SystemTray
660 system_bubble_->bubble()->BubbleViewDestroyed();
H A Dsystem_tray_bubble.cc300 void SystemTrayBubble::BubbleViewDestroyed() { function in class:ash::SystemTrayBubble
/external/chromium_org/ui/message_center/views/
H A Dmessage_bubble_base.cc38 void MessageBubbleBase::BubbleViewDestroyed() { function in class:message_center::MessageBubbleBase
H A Dmessage_bubble_base.h24 void BubbleViewDestroyed();
40 // Called from BubbleViewDestroyed for implementation specific details.
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.h89 virtual void BubbleViewDestroyed() OVERRIDE;
H A Dweb_notification_tray.cc361 void WebNotificationTray::BubbleViewDestroyed() { function in class:ash::WebNotificationTray
363 message_center_bubble()->bubble()->BubbleViewDestroyed();
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.h64 virtual void BubbleViewDestroyed() = 0;
H A Dtray_bubble_view.cc342 delegate_->BubbleViewDestroyed();

Completed in 325 milliseconds