HomeSort by relevance Sort by last modified time
    Searched defs:bubble_view (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/shelf/
overflow_bubble.h 44 OverflowBubbleView* bubble_view() { return bubble_; } function in class:ash::OverflowBubble
shelf_view_unittest.cc 1519 OverflowBubbleView* bubble_view = test_api_->overflow_bubble()->bubble_view(); local
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 47 views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::SystemTrayBubble
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...]
  /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;
  /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/system/user/
user_view.cc 393 views::TrayBubbleView* bubble_view = local
394 owner_->system_tray()->GetSystemBubble()->bubble_view();
396 bubble_view->GetMaximumSize().width() -
459 bubble_view->SetWidth(GetPreferredSize().width());
  /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...]

Completed in 492 milliseconds