Searched refs:initial_bounds_in_parent (Results 1 – 5 of 5) sorted by relevance
124 initial_bounds_in_parent(window->bounds()), in Details()183 return details.initial_bounds_in_parent; in CalculateBoundsForDrag()258 details.initial_bounds_in_parent.x() + details.restore_bounds.width()) in CalculateBoundsForDrag()318 details.initial_bounds_in_parent.right(); in AdjustDeltaForTouchResize()321 details.initial_bounds_in_parent.x(); in AdjustDeltaForTouchResize()327 details.initial_bounds_in_parent.bottom(); in AdjustDeltaForTouchResize()330 details.initial_bounds_in_parent.y(); in AdjustDeltaForTouchResize()339 gfx::Point origin = details.initial_bounds_in_parent.origin(); in GetOriginForDrag()355 gfx::Size size = details.initial_bounds_in_parent.size(); in GetSizeForDrag()370 int width = details.initial_bounds_in_parent.width(); in GetWidthForDrag()[all …]
50 details_.window->SetBounds(details_.initial_bounds_in_parent); in RevertDrag()
79 gfx::Rect initial_bounds_in_parent; member
267 GetTarget()->SetBounds(details_.initial_bounds_in_parent); in TryDraggingToNewUser()
452 window()->parent(), details_.initial_bounds_in_parent); in CompleteDrag()476 window()->SetBounds(details_.initial_bounds_in_parent); in RevertDrag()482 int last_x = details_.initial_bounds_in_parent.right(); in RevertDrag()491 int last_y = details_.initial_bounds_in_parent.bottom(); in RevertDrag()576 int initial_size = PrimaryAxisSize(details_.initial_bounds_in_parent.size()); in LayoutAttachedWindows()