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 1472 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 95 bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_->bubble_view()));
97 bubble_->bubble_view()->SetArrowPaintType(
113 TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); } function in class:ash::SystemBubbleWrapper
363 return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
504 default_bubble_height_ = system_bubble_->bubble_view()->height();
540 system_bubble_->bubble_view() &&
541 system_bubble_->bubble_view()->GetWidget()) {
542 anchor = system_bubble_->bubble_view();
558 if (notification_bubble->bubble_view()->child_count() == 0)
570 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 381 views::TrayBubbleView* bubble_view = local
382 owner_->system_tray()->GetSystemBubble()->bubble_view();
384 bubble_view->GetMaximumSize().width() -
419 bubble_view->SetWidth(GetPreferredSize().width());
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 219 views::TrayBubbleView* bubble_view = views::TrayBubbleView::Create( local
221 bubble_view->SetArrowPaintType(views::BubbleBorder::PAINT_NONE);
222 bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_view));
223 bubble->InitializeContents(bubble_view);
229 views::TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); } function in class:ash::WebNotificationBubbleWrapper
460 message_center_bubble()->bubble_view()->UpdateBubble();
461 UpdateBubbleViewArrow(message_center_bubble()->bubble_view());
471 const views::TrayBubbleView* bubble_view) {
473 bubble_view == message_center_bubble()->bubble_view())
    [all...]

Completed in 304 milliseconds