Searched refs:toolbar_bounds (Results 1 – 4 of 4) sorted by relevance
558 gfx::Rect toolbar_bounds(browser_view()->GetToolbarBounds()); in PaintToolbarBackground() local559 if (toolbar_bounds.IsEmpty()) in PaintToolbarBackground()561 gfx::Point toolbar_origin(toolbar_bounds.origin()); in PaintToolbarBackground()563 toolbar_bounds.set_origin(toolbar_origin); in PaintToolbarBackground()565 int x = toolbar_bounds.x(); in PaintToolbarBackground()566 int w = toolbar_bounds.width(); in PaintToolbarBackground()567 int y = toolbar_bounds.y(); in PaintToolbarBackground()568 int h = toolbar_bounds.height(); in PaintToolbarBackground()624 toolbar_bounds.bottom() - kClientEdgeThickness, in PaintToolbarBackground()
643 gfx::Rect toolbar_bounds(browser_view()->GetToolbarBounds()); in PaintToolbarBackground() local644 if (toolbar_bounds.IsEmpty()) in PaintToolbarBackground()646 gfx::Point toolbar_origin(toolbar_bounds.origin()); in PaintToolbarBackground()648 toolbar_bounds.set_origin(toolbar_origin); in PaintToolbarBackground()650 int x = toolbar_bounds.x(); in PaintToolbarBackground()651 int w = toolbar_bounds.width(); in PaintToolbarBackground()652 int y = toolbar_bounds.y(); in PaintToolbarBackground()653 int h = toolbar_bounds.height(); in PaintToolbarBackground()743 toolbar_bounds.bottom() - kClientEdgeThickness, in PaintToolbarBackground()763 gfx::Rect toolbar_bounds(browser_view()->GetToolbarBounds()); in PaintRestoredClientEdge() local[all …]
335 gfx::Rect toolbar_bounds(browser_view()->GetToolbarBounds()); in PaintToolbarBackground() local336 gfx::Point toolbar_origin(toolbar_bounds.origin()); in PaintToolbarBackground()338 toolbar_bounds.set_origin(toolbar_origin); in PaintToolbarBackground()339 int x = toolbar_bounds.x(); in PaintToolbarBackground()340 int w = toolbar_bounds.width(); in PaintToolbarBackground()351 int y = toolbar_bounds.y(); in PaintToolbarBackground()396 toolbar_bounds.bottom() - kClientEdgeThickness, in PaintToolbarBackground()
489 gfx::Rect toolbar_bounds(toolbar_->bounds()); in GetToolbarBounds() local490 if (toolbar_bounds.IsEmpty()) in GetToolbarBounds()491 return toolbar_bounds; in GetToolbarBounds()493 toolbar_bounds.Inset(-views::NonClientFrameView::kClientEdgeThickness, 0); in GetToolbarBounds()494 return toolbar_bounds; in GetToolbarBounds()