Searched refs:base_view_ (Results 1 – 2 of 2) sorted by relevance
546 base_view_(base_view), in StatusBubbleViews()567 views::Widget* frame = base_view_->GetWidget(); in Init()583 views::View::ConvertPointToScreen(base_view_, &top_left); in Reposition()598 position_.SetPoint(base_view_->GetMirroredXWithWidthInView(x, w), y); in SetBounds()709 views::View::ConvertPointToScreen(base_view_, &top_left); in AvoidMouse()711 int window_width = base_view_->GetLocalBounds().width(); in AvoidMouse()757 gfx::NativeView widget = base_view_->GetWidget()->GetNativeView(); in AvoidMouse()793 views::Widget* frame = base_view_->GetWidget(); in IsFrameVisible()819 return base_view_->bounds().width() / 3; in GetStandardStatusBubbleWidth()823 return static_cast<int>(std::max(0, base_view_->bounds().width() - in GetMaxStatusBubbleWidth()
41 views::View* base_view() { return base_view_; } in base_view()117 views::View* base_view_; variable