Searched refs:GetBoundsForTabStrip (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view.h22 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const = 0;
H A Dbrowser_frame.cc30 gfx::Rect BrowserFrame::GetBoundsForTabStrip(views::View* tabstrip) const { function in class:BrowserFrame
31 return browser_frame_view_->GetBoundsForTabStrip(tabstrip);
H A Dpopup_non_client_frame_view.cc49 gfx::Rect PopupNonClientFrameView::GetBoundsForTabStrip( function in class:PopupNonClientFrameView
H A Dpopup_non_client_frame_view.h32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
H A Dbrowser_frame.h57 gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const;
H A Dapp_panel_browser_frame_view.h36 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
H A Dglass_browser_frame_view.h35 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
H A Dbrowser_frame_win.cc265 GetBoundsForTabStrip(browser_view_->tabstrip()));
H A Dopaque_browser_frame_view.h34 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc44 gfx::Rect PopupNonClientFrameView::GetBoundsForTabStrip( function in class:PopupNonClientFrameView
H A Dpopup_non_client_frame_view.h29 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
H A Dopaque_browser_frame_view_layout_unittest.cc282 layout_manager_->GetBoundsForTabStrip(
306 layout_manager_->GetBoundsForTabStrip(
331 layout_manager_->GetBoundsForTabStrip(
351 layout_manager_->GetBoundsForTabStrip(
385 layout_manager_->GetBoundsForTabStrip(
410 layout_manager_->GetBoundsForTabStrip(
446 layout_manager_->GetBoundsForTabStrip(
472 layout_manager_->GetBoundsForTabStrip(
H A Dbrowser_non_client_frame_view.h32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const = 0;
H A Dapp_panel_browser_frame_view.h32 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
H A Dbrowser_frame.h60 gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const;
H A Dglass_browser_frame_view.h27 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
H A Dbrowser_non_client_frame_view_ash.h37 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
H A Dopaque_browser_frame_view_layout.h42 gfx::Rect GetBoundsForTabStrip(
H A Dbrowser_frame.cc150 gfx::Rect BrowserFrame::GetBoundsForTabStrip(views::View* tabstrip) const { function in class:BrowserFrame
151 return browser_frame_view_->GetBoundsForTabStrip(tabstrip);
H A Dopaque_browser_frame_view.h42 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
H A Dbrowser_desktop_root_window_host_win.cc312 browser_frame_->GetBoundsForTabStrip(browser_view_->tabstrip()));
H A Dbrowser_view_unittest.cc30 browser_view->frame()->GetBoundsForTabStrip(browser_view->tabstrip()));
H A Dglass_browser_frame_view.cc110 gfx::Rect GlassBrowserFrameView::GetBoundsForTabStrip( function in class:GlassBrowserFrameView
182 width() - GetBoundsForTabStrip(tabstrip).width() + min_tabstrip_width;
475 // comment in GetBoundsForTabStrip().)
H A Dbrowser_frame_win.cc450 browser_frame_->GetBoundsForTabStrip(browser_view_->tabstrip()));
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc98 browser_view_->frame()->GetBoundsForTabStrip(tabstrip_));

Completed in 170 milliseconds

12