HomeSort by relevance Sort by last modified time
    Searched refs:IsOverWindows (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller_unittest.cc 85 bool IsOverWindows(const gfx::Point& loc) {
86 return resize_controller_->IsOverWindows(loc);
121 EXPECT_FALSE(IsOverWindows(gfx::Point(200, 200)));
multi_window_resize_controller.h 148 bool IsOverWindows(const gfx::Point& location_in_screen) const;
multi_window_resize_controller.cc 125 return host_->IsOverWindows(point_in_screen);
509 bool MultiWindowResizeController::IsOverWindows(

Completed in 449 milliseconds