Searched refs:child_bounds (Results 1 – 6 of 6) sorted by relevance
404 gfx::Rect child_bounds(event->requested_bounds()); in SetBounds() local405 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()
122 gfx::Rect child_bounds = transient_child->bounds(); in SetBoundsAndOffsetTransientChildren() local123 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()
394 gfx::Rect child_bounds(bounds); in SetBoundsConstrained() local395 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds); in SetBoundsConstrained()396 SetBoundsDirect(child_bounds); in SetBoundsConstrained()
279 gfx::Rect child_bounds(position, 0, size.width(), size.height()); in GetPreferredSizeForChildWidth() local280 child_area_bounds.Union(child_bounds); in GetPreferredSizeForChildWidth()
75 gfx::Rect child_bounds = transient_child->bounds(); in SetTransformOnWindowAndAllTransientChildren() local77 TranslateTransformOrigin(child_bounds.origin() - window_bounds.origin(), in SetTransformOnWindowAndAllTransientChildren()
1278 gfx::Rect child_bounds = child->GetMirroredBounds(); in ShouldHideTooltip() local1279 active_bounds.Union(child_bounds); in ShouldHideTooltip()