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

  /external/chromium_org/ui/views/layout/
box_layout.cc 162 gfx::Rect child_bounds(position, 0, size.width(), size.height());
163 child_area_bounds.Union(child_bounds);
  /external/chromium_org/ash/wm/
window_state.cc 386 gfx::Rect child_bounds(bounds);
387 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds);
388 SetBoundsDirect(child_bounds);
default_state.cc 395 gfx::Rect child_bounds(event->requested_bounds());
396 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds);
397 window_state->AdjustSnappedBounds(&child_bounds);
398 window_state->SetBoundsDirect(child_bounds);
window_positioner.cc 124 gfx::Rect child_bounds = transient_child->bounds(); local
125 gfx::Rect new_child_bounds = child_bounds + offset;
126 if ((child_bounds.x() <= work_area.x() &&
128 (child_bounds.right() >= work_area.right() &&
  /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/shelf/
shelf_view.cc 1280 gfx::Rect child_bounds = child->GetMirroredBounds(); local
    [all...]

Completed in 2320 milliseconds