Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/
Dwindow_resizer.cc207 gfx::Point passed_location_in_screen(passed_location); in CalculateBoundsForDrag() local
208 ::wm::ConvertPointToScreen(parent, &passed_location_in_screen); in CalculateBoundsForDrag()
209 gfx::Rect near_passed_location(passed_location_in_screen, gfx::Size()); in CalculateBoundsForDrag()