Home
last modified time | relevance | path

Searched refs:initial_bounds_in_parent (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_resizer.cc124 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 …]
Ddrag_details.h35 const gfx::Rect initial_bounds_in_parent; member
Ddefault_window_resizer.cc46 GetTarget()->SetBounds(details().initial_bounds_in_parent); in RevertDrag()
Ddrag_details.cc49 initial_bounds_in_parent(window->bounds()), in DragDetails()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc430 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()