Searched refs:GetToolbarBounds (Results 1 – 6 of 6) sorted by relevance
29 gfx::Rect DOMBrowserView::GetToolbarBounds() const { in GetToolbarBounds() function in chromeos::DOMBrowserView
30 virtual gfx::Rect GetToolbarBounds() const OVERRIDE;
312 gfx::Rect toolbar_bounds(browser_view_->GetToolbarBounds()); in PaintToolbarBackground()435 browser_view_->GetToolbarBounds().y() + in PaintRestoredClientEdge()
109 virtual gfx::Rect GetToolbarBounds() const;
758 gfx::Rect toolbar_bounds(browser_view_->GetToolbarBounds()); in PaintToolbarBackground()900 gfx::Rect toolbar_bounds(browser_view_->GetToolbarBounds()); in PaintRestoredClientEdge()
375 gfx::Rect BrowserView::GetToolbarBounds() const { in GetToolbarBounds() function in BrowserView