Home
last modified time | relevance | path

Searched refs:toolbar_bounds (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view_ash.cc558 gfx::Rect toolbar_bounds(browser_view()->GetToolbarBounds()); in PaintToolbarBackground() local
559 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()
Dopaque_browser_frame_view.cc643 gfx::Rect toolbar_bounds(browser_view()->GetToolbarBounds()); in PaintToolbarBackground() local
644 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 …]
Dglass_browser_frame_view.cc335 gfx::Rect toolbar_bounds(browser_view()->GetToolbarBounds()); in PaintToolbarBackground() local
336 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()
Dbrowser_view.cc489 gfx::Rect toolbar_bounds(toolbar_->bounds()); in GetToolbarBounds() local
490 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()