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 47 OverflowBubbleView* bubble_view() { return bubble_; } function in class:ash::internal::OverflowBubble
shelf_view_unittest.cc 1565 internal::OverflowBubbleView* bubble_view = local
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 50 views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::internal::SystemTrayBubble
tray_bubble_wrapper.h 27 views::TrayBubbleView* bubble_view);
37 const views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::internal::TrayBubbleWrapper
system_tray.cc 96 new internal::TrayBubbleWrapper(tray, bubble_->bubble_view()));
99 bubble_->bubble_view()->SetArrowPaintType(
116 TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); } function in class:ash::internal::SystemBubbleWrapper
373 return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
515 default_bubble_height_ = system_bubble_->bubble_view()->height();
551 system_bubble_->bubble_view() &&
552 system_bubble_->bubble_view()->GetWidget()) {
553 anchor = system_bubble_->bubble_view();
571 if (notification_bubble->bubble_view()->child_count() == 0)
583 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->StartFade(true);
55 return bubble_view;
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 221 views::TrayBubbleView* bubble_view = views::TrayBubbleView::Create( local
224 bubble_view->SetArrowPaintType(views::BubbleBorder::PAINT_NONE);
225 bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_view));
226 bubble->InitializeContents(bubble_view);
232 views::TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); } function in class:ash::internal::WebNotificationBubbleWrapper
469 message_center_bubble()->bubble_view()->UpdateBubble();
470 UpdateBubbleViewArrow(message_center_bubble()->bubble_view());
480 const views::TrayBubbleView* bubble_view) {
482 bubble_view == message_center_bubble()->bubble_view())
    [all...]
  /external/chromium_org/ash/system/user/
tray_user.cc 597 views::TrayBubbleView* bubble_view = local
598 owner->system_tray()->GetSystemBubble()->bubble_view();
601 bubble_view->GetPreferredSize().width() - (used_width + insets.width()));
604 bubble_view->GetMaximumSize().width() - (used_width + insets.width()));
644 bubble_view->SetWidth(preferred_size_.width() + used_width);
    [all...]

Completed in 305 milliseconds