HomeSort by relevance Sort by last modified time
    Searched refs:base_view_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
status_bubble_views.h 41 views::View* base_view() { return base_view_; }
51 // Set the bounds of the bubble relative to |base_view_|.
75 // Returns true if the base_view_'s widget is visible and not minimized.
103 // Position relative to the base_view_.
117 views::View* base_view_; member in class:StatusBubbleViews
status_bubble_views.cc 546 base_view_(base_view),
567 views::Widget* frame = base_view_->GetWidget();
583 views::View::ConvertPointToScreen(base_view_, &top_left);
598 position_.SetPoint(base_view_->GetMirroredXWithWidthInView(x, w), y);
709 views::View::ConvertPointToScreen(base_view_, &top_left);
711 int window_width = base_view_->GetLocalBounds().width();
757 gfx::NativeView widget = base_view_->GetWidget()->GetNativeView();
793 views::Widget* frame = base_view_->GetWidget();
819 return base_view_->bounds().width() / 3;
823 return static_cast<int>(std::max(0, base_view_->bounds().width()
    [all...]

Completed in 65 milliseconds