Home | History | Annotate | Download | only in tray

Lines Matching defs:bubble_view

95     bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_->bubble_view()));
97 bubble_->bubble_view()->SetArrowPaintType(
113 TrayBubbleView* bubble_view() const { return bubble_->bubble_view(); }
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;
572 bubble_view = notification_bubble_->bubble_view();
574 bubble_view = system_bubble_->bubble_view();
577 if (bubble_view) {
579 bubble_view->GetWidget()->GetNativeView()).work_area();
582 0, work_area.height() - bubble_view->GetBoundsInScreen().y());
585 0, bubble_view->GetBoundsInScreen().bottom() - work_area.y());
607 notification_bubble_->bubble_view()->UpdateBubble();
609 notification_bubble_->bubble_view()->GetWidget()->StackAtTop();
610 UpdateBubbleViewArrow(notification_bubble_->bubble_view());
613 system_bubble_->bubble_view()->UpdateBubble();
614 UpdateBubbleViewArrow(system_bubble_->bubble_view());
622 void SystemTray::BubbleResized(const TrayBubbleView* bubble_view) {
626 void SystemTray::HideBubbleWithView(const TrayBubbleView* bubble_view) {
627 if (system_bubble_.get() && bubble_view == system_bubble_->bubble_view()) {
632 bubble_view == notification_bubble_->bubble_view()) {
640 HideBubbleWithView(system_bubble_->bubble_view());
672 void SystemTray::HideBubble(const TrayBubbleView* bubble_view) {
673 HideBubbleWithView(bubble_view);