Home
last modified time | relevance | path

Searched refs:CalculateBoundsForDrag (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ash/wm/
Ddefault_window_resizer.cc30 gfx::Rect bounds(CalculateBoundsForDrag(location)); in Drag()
Dwindow_resizer.h72 gfx::Rect CalculateBoundsForDrag(const gfx::Point& location);
Dwindow_resizer.cc121 gfx::Rect WindowResizer::CalculateBoundsForDrag( in CalculateBoundsForDrag() function in ash::WindowResizer
/external/chromium_org/ash/wm/panels/
Dpanel_window_resizer.cc84 gfx::Rect bounds(CalculateBoundsForDrag(location)); in Drag()
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer.cc70 gfx::Rect bounds(CalculateBoundsForDrag(location)); in Drag()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc365 gfx::Rect bounds = CalculateBoundsForDrag(location_in_parent); in Drag()