Searched refs:child_bounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_state.cc394 gfx::Rect child_bounds(bounds);
395 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds);
396 SetBoundsDirect(child_bounds);
H A Ddefault_state.cc404 gfx::Rect child_bounds(event->requested_bounds());
405 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds);
406 window_state->AdjustSnappedBounds(&child_bounds);
407 window_state->SetBoundsDirect(child_bounds);
H A Dwindow_positioner.cc122 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/wm/overview/
H A Dscoped_transform_overview_window.cc75 gfx::Rect child_bounds = transient_child->bounds(); local
77 TranslateTransformOrigin(child_bounds.origin() - window_bounds.origin(),
/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc279 gfx::Rect child_bounds(position, 0, size.width(), size.height());
280 child_area_bounds.Union(child_bounds);
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc1278 gfx::Rect child_bounds = child->GetMirroredBounds(); local
1279 active_bounds.Union(child_bounds);

Completed in 4744 milliseconds