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

  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 47 views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::internal::SystemTrayBubble
tray_bubble_wrapper.h 27 views::TrayBubbleView* bubble_view);
35 const views::TrayBubbleView* bubble_view() const { return bubble_view_; } function in class:ash::internal::TrayBubbleWrapper
system_tray.cc 93 new internal::TrayBubbleWrapper(tray, bubble_->bubble_view()));
96 bubble_->bubble_view()->SetArrowPaintType(
106 TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); } function in class:ash::internal::SystemBubbleWrapper
351 return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
476 default_bubble_height_ = system_bubble_->bubble_view()->height();
507 system_bubble_->bubble_view() &&
508 system_bubble_->bubble_view()->GetWidget()) {
509 anchor = system_bubble_->bubble_view();
527 if (notification_bubble->bubble_view()->child_count() == 0)
539 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/launcher/
overflow_bubble.cc 255 OverflowBubbleView* bubble_view = new OverflowBubbleView(); local
256 bubble_view->InitOverflowBubble(anchor, launcher_view);
259 bubble_ = bubble_view;
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 189 views::TrayBubbleView* bubble_view = views::TrayBubbleView::Create( local
192 bubble_view->SetArrowPaintType(views::BubbleBorder::PAINT_NONE);
193 bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_view));
194 bubble->InitializeContents(bubble_view);
200 views::TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); } function in class:ash::internal::WebNotificationBubbleWrapper
476 message_center_bubble()->bubble_view()->UpdateBubble();
477 UpdateBubbleViewArrow(message_center_bubble()->bubble_view());
487 const views::TrayBubbleView* bubble_view) {
489 bubble_view == message_center_bubble()->bubble_view())
    [all...]
  /external/chromium_org/ash/system/user/
tray_user.cc 534 views::TrayBubbleView* bubble_view = local
535 owner->system_tray()->GetSystemBubble()->bubble_view();
538 bubble_view->GetPreferredSize().width() - (used_width + insets.width()));
541 bubble_view->GetMaximumSize().width() - (used_width + insets.width()));
581 bubble_view->SetWidth(preferred_size_.width() + used_width);
    [all...]

Completed in 274 milliseconds