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

  /external/chromium_org/ui/aura/
root_window.cc 359 window->ContainsPointInRoot(GetLastMouseLocationInRoot())) {
368 window->ContainsPointInRoot(GetLastMouseLocationInRoot()))) {
381 window->ContainsPointInRoot(last_mouse_location)) {
394 if (window->ContainsPointInRoot(GetLastMouseLocationInRoot()))
401 window->ContainsPointInRoot(GetLastMouseLocationInRoot()))) {
794 detached->ContainsPointInRoot(GetLastMouseLocationInRoot())) {
850 attached->ContainsPointInRoot(GetLastMouseLocationInRoot()))
    [all...]
window.h 269 bool ContainsPointInRoot(const gfx::Point& point_in_root) const;
window.cc 291 ContainsPointInRoot(root_window->GetLastMouseLocationInRoot());
524 bool Window::ContainsPointInRoot(const gfx::Point& point_in_root) const {
    [all...]
window_unittest.cc 314 TEST_F(WindowTest, ContainsPointInRoot) {
318 EXPECT_FALSE(w->ContainsPointInRoot(gfx::Point(9, 9)));
319 EXPECT_TRUE(w->ContainsPointInRoot(gfx::Point(10, 10)));
320 EXPECT_TRUE(w->ContainsPointInRoot(gfx::Point(14, 14)));
321 EXPECT_FALSE(w->ContainsPointInRoot(gfx::Point(15, 15)));
322 EXPECT_FALSE(w->ContainsPointInRoot(gfx::Point(20, 20)));
    [all...]
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 204 if (root_window->ContainsPointInRoot(
  /external/chromium_org/ash/display/
screen_position_controller.cc 75 if (!root_window->ContainsPointInRoot(location_in_root)) {

Completed in 286 milliseconds