Searched refs:frame_shadow_bounds (Results 1 – 1 of 1) sorted by relevance
503 gfx::Rect frame_shadow_bounds(client_edge_bounds); in PaintClientEdge() local504 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()