HomeSort by relevance Sort by last modified time
    Searched refs:bubble_view (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ash/test/
overflow_bubble_view_test_api.cc 13 OverflowBubbleView* bubble_view)
14 : bubble_view_(bubble_view) {}
overflow_bubble_view_test_api.h 21 explicit OverflowBubbleViewTestAPI(OverflowBubbleView* bubble_view);
  /external/chromium_org/ui/message_center/views/
message_bubble_base.h 38 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) {
66 bubble_view_ = bubble_view;
message_center_bubble.cc 56 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);
message_bubble_base.cc 53 return bubble_view() && bubble_view()->GetWidget()->IsVisible();
message_center_bubble.h 37 virtual void InitializeContents(views::TrayBubbleView* bubble_view) OVERRIDE;
  /external/chromium_org/ash/system/tray/
tray_bubble_wrapper.h 25 views::TrayBubbleView* bubble_view);
35 const views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::TrayBubbleWrapper
system_tray.cc 94 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()->child_count() == 0)
579 TrayBubbleView* bubble_view = NULL; local
    [all...]
tray_bubble_wrapper.cc 19 views::TrayBubbleView* bubble_view)
21 bubble_view_(bubble_view) {
system_tray.h 129 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;
tray_background_view.h 95 virtual void BubbleResized(const views::TrayBubbleView* bubble_view) {}
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);
system_tray_bubble.h 47 views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::SystemTrayBubble
system_tray_bubble.cc 324 tray_->HideBubbleWithView(bubble_view());
338 return bubble_view() && bubble_view()->GetWidget()->IsVisible();
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 92 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 == message_center_bubble()->bubble_view())
    [all...]
web_notification_tray.h 82 const views::TrayBubbleView* bubble_view) OVERRIDE;
97 virtual void HideBubble(const views::TrayBubbleView* bubble_view) OVERRIDE;
  /external/chromium_org/ash/system/chromeos/virtual_keyboard/
virtual_keyboard_tray.h 32 const views::TrayBubbleView* bubble_view) OVERRIDE;
virtual_keyboard_tray.cc 87 const views::TrayBubbleView* bubble_view) {
  /external/chromium_org/ash/system/overview/
overview_button_tray.h 44 const views::TrayBubbleView* bubble_view) OVERRIDE;
overview_button_tray.cc 83 const views::TrayBubbleView* bubble_view) {
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc 29 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/
overflow_bubble.h 44 OverflowBubbleView* bubble_view() { return bubble_; } function in class:ash::OverflowBubble
  /external/chromium_org/ash/system/chromeos/session/
logout_button_tray.h 37 const views::TrayBubbleView* bubble_view) OVERRIDE;
  /external/chromium_org/ash/system/tray/media_security/
multi_profile_media_tray_item_unittest.cc 34 system_tray->GetSystemBubble()->bubble_view()->GetViewByID(
  /external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.cc 48 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/
first_run_helper_impl.cc 107 views::View* bubble = tray->GetSystemBubble()->bubble_view();

Completed in 469 milliseconds

1 2