Searched refs:toolbar_bounds (Results 1 – 3 of 3) sorted by relevance
758 gfx::Rect toolbar_bounds(browser_view_->GetToolbarBounds()); in PaintToolbarBackground() local759 if (toolbar_bounds.IsEmpty()) in PaintToolbarBackground()761 gfx::Point toolbar_origin(toolbar_bounds.origin()); in PaintToolbarBackground()763 toolbar_bounds.set_origin(toolbar_origin); in PaintToolbarBackground()765 int x = toolbar_bounds.x(); in PaintToolbarBackground()766 int w = toolbar_bounds.width(); in PaintToolbarBackground()772 h = toolbar_bounds.bottom() - y; in PaintToolbarBackground()774 y = toolbar_bounds.y(); in PaintToolbarBackground()775 h = toolbar_bounds.bottom(); in PaintToolbarBackground()863 x + kClientEdgeThickness, toolbar_bounds.bottom() - kClientEdgeThickness, in PaintToolbarBackground()[all …]
312 gfx::Rect toolbar_bounds(browser_view_->GetToolbarBounds()); in PaintToolbarBackground() local313 gfx::Point toolbar_origin(toolbar_bounds.origin()); in PaintToolbarBackground()315 toolbar_bounds.set_origin(toolbar_origin); in PaintToolbarBackground()316 int x = toolbar_bounds.x(); in PaintToolbarBackground()317 int w = toolbar_bounds.width(); in PaintToolbarBackground()361 int y = toolbar_bounds.y(); in PaintToolbarBackground()401 x + kClientEdgeThickness, toolbar_bounds.bottom() - kClientEdgeThickness, in PaintToolbarBackground()
376 gfx::Rect toolbar_bounds(toolbar_->bounds()); in GetToolbarBounds() local377 if (toolbar_bounds.IsEmpty()) in GetToolbarBounds()378 return toolbar_bounds; in GetToolbarBounds()382 toolbar_bounds.Inset(tabstrip_->x() - toolbar_bounds.x(), 0, 0, 0); in GetToolbarBounds()384 toolbar_bounds.Inset(-views::NonClientFrameView::kClientEdgeThickness, 0); in GetToolbarBounds()385 return toolbar_bounds; in GetToolbarBounds()