Searched refs:notification_bubble_ (Results 1 – 2 of 2) sorted by relevance
147 notification_bubble_.reset(); in ~SystemTray()308 if (notification_bubble_) in HideNotificationView()340 if (notification_bubble_) in SetHideNotifications()341 notification_bubble_->bubble()->SetVisible(!hide_notifications); in SetHideNotifications()354 return notification_bubble_.get() != NULL; in HasNotificationBubble()366 (notification_bubble_.get() && in IsAnyBubbleVisible()367 notification_bubble_->bubble()->IsVisible())); in IsAnyBubbleVisible()371 if (!notification_bubble_) in IsMouseInNotificationBubble()373 return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains( in IsMouseInNotificationBubble()389 if (!notification_bubble_) in CloseNotificationBubbleForTest()[all …]
224 scoped_ptr<internal::SystemBubbleWrapper> notification_bubble_; variable