Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/
Dconstrained_window_views.cc503 gfx::Rect frame_shadow_bounds(client_edge_bounds); in PaintClientEdge() local
504 frame_shadow_bounds.Inset(-kFrameShadowThickness, -kFrameShadowThickness); in PaintClientEdge()
506 canvas->FillRectInt(kContentsBorderShadow, frame_shadow_bounds.x(), in PaintClientEdge()
507 frame_shadow_bounds.y(), frame_shadow_bounds.width(), in PaintClientEdge()
508 frame_shadow_bounds.height()); in PaintClientEdge()