Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/
Ddefault_state.cc404 gfx::Rect child_bounds(event->requested_bounds()); in SetBounds() local
405 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds); in SetBounds()
406 window_state->AdjustSnappedBounds(&child_bounds); in SetBounds()
407 window_state->SetBoundsDirect(child_bounds); in SetBounds()
Dwindow_positioner.cc122 gfx::Rect child_bounds = transient_child->bounds(); in SetBoundsAndOffsetTransientChildren() local
123 gfx::Rect new_child_bounds = child_bounds + offset; in SetBoundsAndOffsetTransientChildren()
124 if ((child_bounds.x() <= work_area.x() && in SetBoundsAndOffsetTransientChildren()
126 (child_bounds.right() >= work_area.right() && in SetBoundsAndOffsetTransientChildren()
Dwindow_state.cc394 gfx::Rect child_bounds(bounds); in SetBoundsConstrained() local
395 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds); in SetBoundsConstrained()
396 SetBoundsDirect(child_bounds); in SetBoundsConstrained()
/external/chromium_org/ui/views/layout/
Dbox_layout.cc279 gfx::Rect child_bounds(position, 0, size.width(), size.height()); in GetPreferredSizeForChildWidth() local
280 child_area_bounds.Union(child_bounds); in GetPreferredSizeForChildWidth()
/external/chromium_org/ash/wm/overview/
Dscoped_transform_overview_window.cc75 gfx::Rect child_bounds = transient_child->bounds(); in SetTransformOnWindowAndAllTransientChildren() local
77 TranslateTransformOrigin(child_bounds.origin() - window_bounds.origin(), in SetTransformOnWindowAndAllTransientChildren()
/external/chromium_org/ash/shelf/
Dshelf_view.cc1278 gfx::Rect child_bounds = child->GetMirroredBounds(); in ShouldHideTooltip() local
1279 active_bounds.Union(child_bounds); in ShouldHideTooltip()