Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/
Dconstrained_window_views.cc501 gfx::Rect client_edge_bounds(CalculateClientAreaBounds(width(), height())); in PaintClientEdge() local
502 client_edge_bounds.Inset(-kClientEdgeThickness, -kClientEdgeThickness); in PaintClientEdge()
503 gfx::Rect frame_shadow_bounds(client_edge_bounds); in PaintClientEdge()
510 canvas->FillRectInt(ResourceBundle::toolbar_color, client_edge_bounds.x(), in PaintClientEdge()
511 client_edge_bounds.y(), client_edge_bounds.width(), in PaintClientEdge()
512 client_edge_bounds.height()); in PaintClientEdge()