/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view_layout_unittest.cc | 282 layout_manager_->GetBoundsForTabStrip( in TEST_F() 306 layout_manager_->GetBoundsForTabStrip( in TEST_F() 331 layout_manager_->GetBoundsForTabStrip( in TEST_F() 351 layout_manager_->GetBoundsForTabStrip( in TEST_F() 385 layout_manager_->GetBoundsForTabStrip( in TEST_F() 410 layout_manager_->GetBoundsForTabStrip( in TEST_F() 446 layout_manager_->GetBoundsForTabStrip( in TEST_F() 472 layout_manager_->GetBoundsForTabStrip( in TEST_F()
|
D | popup_non_client_frame_view.h | 29 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | popup_non_client_frame_view.cc | 44 gfx::Rect PopupNonClientFrameView::GetBoundsForTabStrip( in GetBoundsForTabStrip() function in PopupNonClientFrameView
|
D | browser_frame.cc | 150 gfx::Rect BrowserFrame::GetBoundsForTabStrip(views::View* tabstrip) const { in GetBoundsForTabStrip() function in BrowserFrame 151 return browser_frame_view_->GetBoundsForTabStrip(tabstrip); in GetBoundsForTabStrip()
|
D | browser_non_client_frame_view.h | 32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const = 0;
|
D | browser_frame.h | 60 gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const;
|
D | app_panel_browser_frame_view.h | 32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | glass_browser_frame_view.h | 27 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | browser_non_client_frame_view_ash.h | 37 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | opaque_browser_frame_view_layout.h | 42 gfx::Rect GetBoundsForTabStrip(
|
D | opaque_browser_frame_view.h | 42 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | opaque_browser_frame_view.cc | 165 gfx::Rect OpaqueBrowserFrameView::GetBoundsForTabStrip( in GetBoundsForTabStrip() function in OpaqueBrowserFrameView 170 return layout_->GetBoundsForTabStrip(tabstrip->GetPreferredSize(), width()); in GetBoundsForTabStrip() 884 GetBoundsForTabStrip(browser_view()->tabstrip()).bottom()); in GetTopAreaHeight()
|
D | glass_browser_frame_view.cc | 110 gfx::Rect GlassBrowserFrameView::GetBoundsForTabStrip( in GetBoundsForTabStrip() function in GlassBrowserFrameView 182 width() - GetBoundsForTabStrip(tabstrip).width() + min_tabstrip_width; in GetMinimumSize()
|
D | browser_view_unittest.cc | 30 browser_view->frame()->GetBoundsForTabStrip(browser_view->tabstrip())); in ExpectedTabStripOrigin()
|
D | browser_desktop_root_window_host_win.cc | 312 browser_frame_->GetBoundsForTabStrip(browser_view_->tabstrip())); in GetDWMFrameMargins()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_frame.cc | 30 gfx::Rect BrowserFrame::GetBoundsForTabStrip(views::View* tabstrip) const { in GetBoundsForTabStrip() function in BrowserFrame 31 return browser_frame_view_->GetBoundsForTabStrip(tabstrip); in GetBoundsForTabStrip()
|
D | browser_non_client_frame_view.h | 22 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const = 0;
|
D | popup_non_client_frame_view.cc | 49 gfx::Rect PopupNonClientFrameView::GetBoundsForTabStrip( in GetBoundsForTabStrip() function in PopupNonClientFrameView
|
D | popup_non_client_frame_view.h | 32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | browser_frame.h | 57 gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const;
|
D | app_panel_browser_frame_view.h | 36 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | glass_browser_frame_view.h | 35 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | opaque_browser_frame_view.h | 34 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
D | browser_frame_win.cc | 265 GetBoundsForTabStrip(browser_view_->tabstrip())); in UpdateDWMFrame()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | browser_view.cc | 98 browser_view_->frame()->GetBoundsForTabStrip(tabstrip_)); in LayoutTabStrip()
|