Searched defs:GetBoundsForTabStrip (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc164 gfx::Rect BrowserFrame::GetBoundsForTabStrip(views::View* tabstrip) const { function in class:BrowserFrame
167 browser_frame_view_->GetBoundsForTabStrip(tabstrip) : gfx::Rect();
H A Dbrowser_non_client_frame_view_ash.cc167 gfx::Rect BrowserNonClientFrameViewAsh::GetBoundsForTabStrip( function in class:BrowserNonClientFrameViewAsh
H A Dglass_browser_frame_view.cc106 gfx::Rect GlassBrowserFrameView::GetBoundsForTabStrip( function in class:GlassBrowserFrameView
187 width() - GetBoundsForTabStrip(tabstrip).width() + min_tabstrip_width;
489 // comment in GetBoundsForTabStrip().)
H A Dopaque_browser_frame_view_layout.cc135 gfx::Rect OpaqueBrowserFrameViewLayout::GetBoundsForTabStrip( function in class:OpaqueBrowserFrameViewLayout
H A Dopaque_browser_frame_view.cc168 gfx::Rect OpaqueBrowserFrameView::GetBoundsForTabStrip( function in class:OpaqueBrowserFrameView
173 return layout_->GetBoundsForTabStrip(tabstrip->GetPreferredSize(), width());
913 GetBoundsForTabStrip(browser_view()->tabstrip()).bottom());

Completed in 423 milliseconds