Home | History | Annotate | Download | only in web_notification

Lines Matching defs:bubble

36 #include "ui/views/bubble/tray_bubble_view.h"
75 // TrayBubbleWrapper instances for a bubble.
78 // Takes ownership of |bubble| and creates |bubble_wrapper_|.
80 message_center::MessageBubbleBase* bubble) {
81 bubble_.reset(bubble);
85 bubble->GetInitParams(anchor_alignment);
96 bubble->InitializeContents(bubble_view);
99 message_center::MessageBubbleBase* bubble() const { return bubble_.get(); }
234 // Assume that the bottom line of the status area widget and the bubble
304 message_center_bubble()->bubble()->IsVisible());
326 // Destroy any existing bubble so that it will be rebuilt correctly.
363 message_center_bubble()->bubble()->BubbleViewDestroyed();
388 message_center_bubble()->bubble())->SetSettingsVisible();
499 message_center_bubble()->bubble());