Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dcontents_container.cc162 gfx::Rect overlay_bounds(screen_origin, active_->size()); in CreateOverlay() local
163 active_overlay_->Init(active_->GetWidget()->GetNativeView(), overlay_bounds); in CreateOverlay()
/external/chromium_org/ash/wm/
Dheader_painter.cc112 gfx::Rect overlay_bounds = bounds; in PaintFrameImagesInRoundRect() local
113 overlay_bounds.Intersect( in PaintFrameImagesInRoundRect()
117 if (overlay_bounds.width() < bounds.width() - corner_radius) in PaintFrameImagesInRoundRect()
119 TileRoundRect(canvas, *frame_overlay_image, paint, overlay_bounds, in PaintFrameImagesInRoundRect()