Searched refs:GetSidebarContainerView (Results 1 – 3 of 3) sorted by relevance
370 virtual views::View* GetSidebarContainerView() const = 0;
317 virtual views::View* GetSidebarContainerView() const OVERRIDE;
829 accessible_views.push_back(GetSidebarContainerView()); in RotatePaneFocus()1246 views::View* BrowserView::GetSidebarContainerView() const { function in BrowserView