Searched refs:initial_bounds_in_parent (Results 1 – 5 of 5) sorted by relevance
124 return details().initial_bounds_in_parent; in CalculateBoundsForDrag()198 details().initial_bounds_in_parent.x() + in CalculateBoundsForDrag()256 details().initial_bounds_in_parent.right(); in AdjustDeltaForTouchResize()259 details().initial_bounds_in_parent.x(); in AdjustDeltaForTouchResize()265 details().initial_bounds_in_parent.bottom(); in AdjustDeltaForTouchResize()268 details().initial_bounds_in_parent.y(); in AdjustDeltaForTouchResize()274 gfx::Point origin = details().initial_bounds_in_parent.origin(); in GetOriginForDrag()287 gfx::Size size = details().initial_bounds_in_parent.size(); in GetSizeForDrag()299 int width = details().initial_bounds_in_parent.width(); in GetWidthForDrag()309 *delta_x = -x_multiplier * (details().initial_bounds_in_parent.width() - in GetWidthForDrag()[all …]
35 const gfx::Rect initial_bounds_in_parent; member
46 GetTarget()->SetBounds(details().initial_bounds_in_parent); in RevertDrag()
49 initial_bounds_in_parent(window->bounds()), in DragDetails()
430 GetTarget()->parent(), details().initial_bounds_in_parent); in CompleteDrag()486 GetTarget()->SetBounds(details().initial_bounds_in_parent); in RevertDrag()492 int last_x = details().initial_bounds_in_parent.right(); in RevertDrag()501 int last_y = details().initial_bounds_in_parent.bottom(); in RevertDrag()569 int initial_size = PrimaryAxisSize(details().initial_bounds_in_parent.size()); in LayoutAttachedWindows()