OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BubbleViewDestroyed
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/message_center/views/
message_bubble_base.h
24
void
BubbleViewDestroyed
();
40
// Called from
BubbleViewDestroyed
for implementation specific details.
message_bubble_base.cc
39
void MessageBubbleBase::
BubbleViewDestroyed
() {
/external/chromium_org/ash/system/tray/
system_tray_bubble.h
53
void
BubbleViewDestroyed
();
system_tray.h
141
virtual void
BubbleViewDestroyed
() OVERRIDE;
system_tray.cc
657
void SystemTray::
BubbleViewDestroyed
() {
660
system_bubble_->bubble()->
BubbleViewDestroyed
();
system_tray_bubble.cc
302
void SystemTrayBubble::
BubbleViewDestroyed
() {
/external/chromium_org/ash/system/web_notification/
web_notification_tray.h
92
virtual void
BubbleViewDestroyed
() OVERRIDE;
web_notification_tray.cc
497
void WebNotificationTray::
BubbleViewDestroyed
() {
499
message_center_bubble()->bubble()->
BubbleViewDestroyed
();
/external/chromium_org/ui/views/bubble/
tray_bubble_view.h
64
virtual void
BubbleViewDestroyed
() = 0;
tray_bubble_view.cc
345
delegate_->
BubbleViewDestroyed
();
Completed in 35 milliseconds