HomeSort by relevance Sort by last modified time
    Searched defs:child_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 75 gfx::Rect child_bounds = transient_child->bounds(); local
77 TranslateTransformOrigin(child_bounds.origin() - window_bounds.origin(),
  /external/chromium_org/ash/wm/
window_positioner.cc 122 gfx::Rect child_bounds = transient_child->bounds(); local
123 gfx::Rect new_child_bounds = child_bounds + offset;
124 if ((child_bounds.x() <= work_area.x() &&
126 (child_bounds.right() >= work_area.right() &&
  /external/chromium_org/ash/shelf/
shelf_view.cc 1278 gfx::Rect child_bounds = child->GetMirroredBounds(); local
    [all...]

Completed in 740 milliseconds