Searched refs:ContainsPointInRoot (Results 1 - 6 of 6) sorted by path

/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc76 if (!root_window->ContainsPointInRoot(location_in_root)) {
/external/chromium_org/ash/magnifier/
H A Dpartial_magnification_controller.cc206 if (root_window->ContainsPointInRoot(
/external/chromium_org/ui/aura/
H A Dwindow.cc670 bool Window::ContainsPointInRoot(const gfx::Point& point_in_root) const { function in class:aura::Window
1451 ContainsPointInRoot(host->dispatcher()->GetLastMouseLocationInRoot());
H A Dwindow.h244 bool ContainsPointInRoot(const gfx::Point& point_in_root) const;
H A Dwindow_event_dispatcher.cc251 window->ContainsPointInRoot(last_mouse_location)) {
609 if (window->ContainsPointInRoot(GetLastMouseLocationInRoot()))
724 window->ContainsPointInRoot(GetLastMouseLocationInRoot())) {
H A Dwindow_unittest.cc290 TEST_F(WindowTest, ContainsPointInRoot) {
294 EXPECT_FALSE(w->ContainsPointInRoot(gfx::Point(9, 9)));
295 EXPECT_TRUE(w->ContainsPointInRoot(gfx::Point(10, 10)));
296 EXPECT_TRUE(w->ContainsPointInRoot(gfx::Point(14, 14)));
297 EXPECT_FALSE(w->ContainsPointInRoot(gfx::Point(15, 15)));
298 EXPECT_FALSE(w->ContainsPointInRoot(gfx::Point(20, 20)));

Completed in 272 milliseconds