HomeSort by relevance Sort by last modified time
    Searched refs:overlay_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
contents_container.cc 162 gfx::Rect overlay_bounds(screen_origin, active_->size());
163 active_overlay_->Init(active_->GetWidget()->GetNativeView(), overlay_bounds);
  /external/chromium_org/ash/wm/
header_painter.cc 112 gfx::Rect overlay_bounds = bounds; local
113 overlay_bounds.Intersect(
117 if (overlay_bounds.width() < bounds.width() - corner_radius)
119 TileRoundRect(canvas, *frame_overlay_image, paint, overlay_bounds,

Completed in 42 milliseconds