Searched refs:bubble_view (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/ash/test/
H A Doverflow_bubble_view_test_api.cc13 OverflowBubbleView* bubble_view)
14 : bubble_view_(bubble_view) {}
12 OverflowBubbleViewTestAPI( OverflowBubbleView* bubble_view) argument
H A Doverflow_bubble_view_test_api.h21 explicit OverflowBubbleViewTestAPI(OverflowBubbleView* bubble_view);
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_bubble.cc56 bubble_->bubble_view()->UpdateBubble();
96 bubble_view()->GetWidget()->AddObserver(this);
105 bubble_view()->AddChildView(new ContentsView(this, message_center_view_));
109 bubble_view()->Layout();
118 if (!bubble_view())
123 bubble_view()->GetWidget()->Show();
124 bubble_view()->UpdateBubble();
128 bubble_view()->GetWidget()->RemoveObserver(this);
H A Dmessage_bubble_base.h38 virtual void InitializeContents(views::TrayBubbleView* bubble_view) = 0;
56 views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:message_center::MessageBubbleBase
65 void set_bubble_view(views::TrayBubbleView* bubble_view) { argument
66 bubble_view_ = bubble_view;
H A Dmessage_bubble_base.cc53 return bubble_view() && bubble_view()->GetWidget()->IsVisible();
H A Dmessage_center_bubble.h37 virtual void InitializeContents(views::TrayBubbleView* bubble_view) OVERRIDE;
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc94 bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_->bubble_view()));
96 bubble_->bubble_view()->SetArrowPaintType(
112 TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); } function in class:ash::SystemBubbleWrapper
362 return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
513 default_bubble_height_ = system_bubble_->bubble_view()->height();
549 system_bubble_->bubble_view() &&
550 system_bubble_->bubble_view()->GetWidget()) {
551 anchor = system_bubble_->bubble_view();
567 if (notification_bubble->bubble_view()
579 TrayBubbleView* bubble_view = NULL; local
635 BubbleResized(const TrayBubbleView* bubble_view) argument
639 HideBubbleWithView(const TrayBubbleView* bubble_view) argument
685 HideBubble(const TrayBubbleView* bubble_view) argument
[all...]
H A Dtray_bubble_wrapper.h25 views::TrayBubbleView* bubble_view);
35 const views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::TrayBubbleWrapper
H A Dtray_bubble_wrapper.cc19 views::TrayBubbleView* bubble_view)
21 bubble_view_(bubble_view) {
18 TrayBubbleWrapper(TrayBackgroundView* tray, views::TrayBubbleView* bubble_view) argument
H A Dsystem_tray.h129 virtual void BubbleResized(const views::TrayBubbleView* bubble_view) OVERRIDE;
131 const views::TrayBubbleView* bubble_view) OVERRIDE;
143 virtual void HideBubble(const views::TrayBubbleView* bubble_view) OVERRIDE;
H A Dtray_background_view.h95 virtual void BubbleResized(const views::TrayBubbleView* bubble_view) {} argument
97 // Hides the bubble associated with |bubble_view|. Called when the widget
99 virtual void HideBubbleWithView(const views::TrayBubbleView* bubble_view) = 0;
150 void UpdateBubbleViewArrow(views::TrayBubbleView* bubble_view);
H A Dsystem_tray_bubble.h47 views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::SystemTrayBubble
H A Dsystem_tray_bubble.cc324 tray_->HideBubbleWithView(bubble_view());
338 return bubble_view() && bubble_view()->GetWidget()->IsVisible();
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc92 views::TrayBubbleView* bubble_view = views::TrayBubbleView::Create( local
94 bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_view));
95 bubble_view->SetArrowPaintType(views::BubbleBorder::PAINT_NONE);
96 bubble->InitializeContents(bubble_view);
102 views::TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); } function in class:ash::WebNotificationBubbleWrapper
333 message_center_bubble()->bubble_view()->UpdateBubble();
334 UpdateBubbleViewArrow(message_center_bubble()->bubble_view());
344 const views::TrayBubbleView* bubble_view) {
346 bubble_view
343 HideBubbleWithView( const views::TrayBubbleView* bubble_view) argument
381 HideBubble(const views::TrayBubbleView* bubble_view) argument
[all...]
H A Dweb_notification_tray.h82 const views::TrayBubbleView* bubble_view) OVERRIDE;
97 virtual void HideBubble(const views::TrayBubbleView* bubble_view) OVERRIDE;
/external/chromium_org/ash/wm/gestures/
H A Dtray_gesture_handler.cc29 bubble->bubble_view()->set_gesture_dragging(true);
30 widget_ = bubble->bubble_view()->GetWidget();
98 bubble->bubble_view()->set_gesture_dragging(false);
/external/chromium_org/ash/shelf/
H A Doverflow_bubble.h44 OverflowBubbleView* bubble_view() { return bubble_; } function in class:ash::OverflowBubble
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
H A Dvirtual_keyboard_tray.h32 const views::TrayBubbleView* bubble_view) OVERRIDE;
H A Dvirtual_keyboard_tray.cc87 const views::TrayBubbleView* bubble_view) {
86 HideBubbleWithView( const views::TrayBubbleView* bubble_view) argument
/external/chromium_org/ash/system/overview/
H A Doverview_button_tray.h44 const views::TrayBubbleView* bubble_view) OVERRIDE;
H A Doverview_button_tray.cc83 const views::TrayBubbleView* bubble_view) {
82 HideBubbleWithView( const views::TrayBubbleView* bubble_view) argument
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_button_tray.h37 const views::TrayBubbleView* bubble_view) OVERRIDE;
/external/chromium_org/ash/system/tray/media_security/
H A Dmulti_profile_media_tray_item_unittest.cc34 system_tray->GetSystemBubble()->bubble_view()->GetViewByID(
/external/chromium_org/chrome/browser/ui/views/
H A Dglobal_error_bubble_view.cc48 GlobalErrorBubbleView* bubble_view = local
53 views::BubbleDelegateView::CreateBubble(bubble_view);
54 bubble_view->GetWidget()->Show();
55 return bubble_view;
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.cc107 views::View* bubble = tray->GetSystemBubble()->bubble_view();

Completed in 1850 milliseconds

12