HomeSort by relevance Sort by last modified time
    Searched defs:GetBoundsForTabStrip (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 164 gfx::Rect BrowserFrame::GetBoundsForTabStrip(views::View* tabstrip) const {
167 browser_frame_view_->GetBoundsForTabStrip(tabstrip) : gfx::Rect();
browser_non_client_frame_view_ash.cc 167 gfx::Rect BrowserNonClientFrameViewAsh::GetBoundsForTabStrip(
glass_browser_frame_view.cc 106 gfx::Rect GlassBrowserFrameView::GetBoundsForTabStrip(
187 width() - GetBoundsForTabStrip(tabstrip).width() + min_tabstrip_width;
489 // comment in GetBoundsForTabStrip().)
opaque_browser_frame_view.cc 168 gfx::Rect OpaqueBrowserFrameView::GetBoundsForTabStrip(
173 return layout_->GetBoundsForTabStrip(tabstrip->GetPreferredSize(), width());
    [all...]
opaque_browser_frame_view_layout.cc 135 gfx::Rect OpaqueBrowserFrameViewLayout::GetBoundsForTabStrip(

Completed in 151 milliseconds