Searched refs:ContainsY (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc47 bool ContainsY(Window* window, int y) { function in namespace:ash::__anon2107
290 if (ContainsY(window, y) && window->bounds().x() == x)
294 if (ContainsY(window, y) && window->bounds().right() == x)

Completed in 293 milliseconds