Searched defs:IsOverWindows (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller_unittest.cc84 bool IsOverWindows(const gfx::Point& loc) { function in class:ash::MultiWindowResizeControllerTest
85 return resize_controller_->IsOverWindows(loc);
120 EXPECT_FALSE(IsOverWindows(gfx::Point(200, 200)));
H A Dmulti_window_resize_controller.cc123 return host_->IsOverWindows(point_in_screen);
507 bool MultiWindowResizeController::IsOverWindows( function in class:ash::MultiWindowResizeController

Completed in 75 milliseconds