Home
last modified time | relevance | path

Searched refs:GetSizeForDrag (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_resizer.h132 static gfx::Size GetSizeForDrag(const Details& details,
Dwindow_resizer.cc194 gfx::Size size = GetSizeForDrag(details, &delta_x, &delta_y); in CalculateBoundsForDrag()
352 gfx::Size WindowResizer::GetSizeForDrag(const Details& details, in GetSizeForDrag() function in ash::WindowResizer