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 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 …]
Ddefault_window_resizer.cc50 details_.window->SetBounds(details_.initial_bounds_in_parent); in RevertDrag()
Dwindow_resizer.h79 gfx::Rect initial_bounds_in_parent; member
Ddrag_window_resizer.cc267 GetTarget()->SetBounds(details_.initial_bounds_in_parent); in TryDraggingToNewUser()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc452 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()