GetEventHandlerForPoint  839 ash/drag_drop/drag_drop_controller_unittest.cc             capture_window->GetEventHandlerForPoint(gfx::Point()));
GetEventHandlerForPoint   77 ash/drag_drop/drag_drop_tracker.cc   return root_window_at_point->GetEventHandlerForPoint(location_in_root);
GetEventHandlerForPoint  601 ash/root_window_controller_unittest.cc   aura::Window* event_target = root->GetEventHandlerForPoint(gfx::Point(0, 0));
GetEventHandlerForPoint  604 ash/root_window_controller_unittest.cc             root->GetEventHandlerForPoint(gfx::Point(0, size.height() - 1)));
GetEventHandlerForPoint  606 ash/root_window_controller_unittest.cc             root->GetEventHandlerForPoint(gfx::Point(size.width() - 1, 0)));
GetEventHandlerForPoint  608 ash/root_window_controller_unittest.cc             root->GetEventHandlerForPoint(gfx::Point(0, size.height() - 1)));
GetEventHandlerForPoint  610 ash/root_window_controller_unittest.cc             root->GetEventHandlerForPoint(
GetEventHandlerForPoint  443 ash/touch/touch_uma.cc       GetEventHandlerForPoint(event.location());
GetEventHandlerForPoint  126 chrome/browser/ui/views/frame/browser_root_view.cc     views::View* hit_view = GetEventHandlerForPoint(event.location());
GetEventHandlerForPoint  372 chrome/browser/ui/views/location_bar/origin_chip_view.cc     if (GetEventHandlerForPoint(located_event.location()) ==
GetEventHandlerForPoint  375 chrome/browser/ui/views/tabs/tab.cc     return GetEventHandlerForPoint(point);
GetEventHandlerForPoint  283 chrome/browser/ui/views/tabs/tab_strip.cc       dest->GetEventHandlerForPoint(dest_point) : NULL;
GetEventHandlerForPoint 1176 chrome/browser/ui/views/tabs/tab_strip.cc   views::View* view = GetEventHandlerForPoint(local_point);
GetEventHandlerForPoint  457 chrome/browser/ui/views/tabs/tab_strip_unittest.cc             FindTabView(tab_strip_->GetEventHandlerForPoint(left_overlap)));
GetEventHandlerForPoint  469 chrome/browser/ui/views/tabs/tab_strip_unittest.cc             FindTabView(tab_strip_->GetEventHandlerForPoint(right_overlap)));
GetEventHandlerForPoint  481 chrome/browser/ui/views/tabs/tab_strip_unittest.cc             FindTabView(tab_strip_->GetEventHandlerForPoint(unactive_overlap)));
GetEventHandlerForPoint  289 chrome/browser/ui/views/toolbar/browser_actions_container.cc   if (GetEventHandlerForPoint(event.location()) == chevron_) {
GetEventHandlerForPoint  332 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc     if (GetEventHandlerForPoint(located_event.location()) ==
GetEventHandlerForPoint 3234 content/browser/renderer_host/render_widget_host_view_aura.cc   if (root_window->GetEventHandlerForPoint(root_window_point) != window_)
GetEventHandlerForPoint  258 ui/aura/window.h   Window* GetEventHandlerForPoint(const gfx::Point& local_point);
GetEventHandlerForPoint  472 ui/aura/window_unittest.cc TEST_F(WindowTest, GetEventHandlerForPoint) {
GetEventHandlerForPoint  492 ui/aura/window_unittest.cc   EXPECT_EQ(NULL, root->GetEventHandlerForPoint(gfx::Point(5, 5)));
GetEventHandlerForPoint  493 ui/aura/window_unittest.cc   EXPECT_EQ(w1.get(), root->GetEventHandlerForPoint(gfx::Point(11, 11)));
GetEventHandlerForPoint  494 ui/aura/window_unittest.cc   EXPECT_EQ(w11.get(), root->GetEventHandlerForPoint(gfx::Point(16, 16)));
GetEventHandlerForPoint  495 ui/aura/window_unittest.cc   EXPECT_EQ(w111.get(), root->GetEventHandlerForPoint(gfx::Point(21, 21)));
GetEventHandlerForPoint  496 ui/aura/window_unittest.cc   EXPECT_EQ(w1111.get(), root->GetEventHandlerForPoint(gfx::Point(26, 26)));
GetEventHandlerForPoint  497 ui/aura/window_unittest.cc   EXPECT_EQ(w12.get(), root->GetEventHandlerForPoint(gfx::Point(21, 431)));
GetEventHandlerForPoint  498 ui/aura/window_unittest.cc   EXPECT_EQ(w121.get(), root->GetEventHandlerForPoint(gfx::Point(26, 436)));
GetEventHandlerForPoint  499 ui/aura/window_unittest.cc   EXPECT_EQ(w13.get(), root->GetEventHandlerForPoint(gfx::Point(26, 481)));
GetEventHandlerForPoint  510 ui/aura/window_unittest.cc   EXPECT_EQ(child.get(), parent->GetEventHandlerForPoint(gfx::Point(0, 0)));
GetEventHandlerForPoint  511 ui/aura/window_unittest.cc   EXPECT_EQ(child.get(), parent->GetEventHandlerForPoint(gfx::Point(1, 1)));
GetEventHandlerForPoint  516 ui/aura/window_unittest.cc   EXPECT_EQ(parent.get(), parent->GetEventHandlerForPoint(gfx::Point(0, 0)));
GetEventHandlerForPoint  517 ui/aura/window_unittest.cc   EXPECT_EQ(child.get(),  parent->GetEventHandlerForPoint(gfx::Point(1, 1)));
GetEventHandlerForPoint  531 ui/aura/window_unittest.cc   EXPECT_EQ(parent.get(), parent->GetEventHandlerForPoint(gfx::Point(0, 0)));
GetEventHandlerForPoint  532 ui/aura/window_unittest.cc   EXPECT_EQ(parent.get(), parent->GetEventHandlerForPoint(gfx::Point(50, 50)));
GetEventHandlerForPoint 1365 ui/aura/window_unittest.cc   EXPECT_EQ(w111.get(), w1->GetEventHandlerForPoint(target_point));
GetEventHandlerForPoint 1472 ui/aura/window_unittest.cc   EXPECT_EQ(w12.get(), w1->GetEventHandlerForPoint(gfx::Point(10, 10)));
GetEventHandlerForPoint 1474 ui/aura/window_unittest.cc   EXPECT_EQ(w11.get(), w1->GetEventHandlerForPoint(gfx::Point(10, 10)));
GetEventHandlerForPoint 1477 ui/aura/window_unittest.cc   EXPECT_EQ(w121.get(), w1->GetEventHandlerForPoint(gfx::Point(160, 160)));
GetEventHandlerForPoint 1479 ui/aura/window_unittest.cc   EXPECT_EQ(w12.get(), w1->GetEventHandlerForPoint(gfx::Point(160, 160)));
GetEventHandlerForPoint 1481 ui/aura/window_unittest.cc   EXPECT_EQ(w111.get(), w1->GetEventHandlerForPoint(gfx::Point(160, 160)));
GetEventHandlerForPoint 1483 ui/aura/window_unittest.cc   EXPECT_EQ(w11.get(), w1->GetEventHandlerForPoint(gfx::Point(160, 160)));
GetEventHandlerForPoint  542 ui/message_center/views/notification_view.cc       return buttons[i]->GetEventHandlerForPoint(point_in_child);
GetEventHandlerForPoint 1362 ui/views/controls/menu/menu_controller.cc   View* child_under_mouse = source->GetEventHandlerForPoint(gfx::Point(x, y));
GetEventHandlerForPoint 1375 ui/views/controls/menu/menu_controller.cc   View* child_under_mouse = source->GetEventHandlerForPoint(gfx::Point(x, y));
GetEventHandlerForPoint 1389 ui/views/controls/menu/menu_controller.cc       scroll_view->GetEventHandlerForPoint(gfx::Point(x, y));
GetEventHandlerForPoint 2208 ui/views/controls/menu/menu_controller.cc     target = target_menu->GetEventHandlerForPoint(target_menu_loc);
GetEventHandlerForPoint   75 ui/views/controls/menu/menu_host_root_view.cc   View* view = GetEventHandlerForPoint(event.location());
GetEventHandlerForPoint   96 ui/views/corewm/tooltip_controller.cc       aura::Window* screen_target = target->GetEventHandlerForPoint(target_loc);
GetEventHandlerForPoint  151 ui/views/corewm/tooltip_controller_unittest.cc   EXPECT_EQ(GetWindow(), GetRootWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  186 ui/views/corewm/tooltip_controller_unittest.cc     EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
GetEventHandlerForPoint  196 ui/views/corewm/tooltip_controller_unittest.cc     EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
GetEventHandlerForPoint  271 ui/views/corewm/tooltip_controller_unittest.cc               GetRootWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  319 ui/views/corewm/tooltip_controller_unittest.cc     EXPECT_EQ(window, GetRootWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  563 ui/views/corewm/tooltip_controller_unittest.cc     EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
GetEventHandlerForPoint  596 ui/views/corewm/tooltip_controller_unittest.cc     EXPECT_EQ(window2, root_window2->GetEventHandlerForPoint(
GetEventHandlerForPoint  624 ui/views/corewm/tooltip_controller_unittest.cc   EXPECT_EQ(GetWindow(), GetRootWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  863 ui/views/view.cc         point_view = child->GetEventHandlerForPoint(point_in_child_coords);
GetEventHandlerForPoint  562 ui/views/view.h   View* GetEventHandlerForPoint(const gfx::Point& point);
GetEventHandlerForPoint  879 ui/views/view_unittest.cc   EXPECT_EQ(v1, root_view->GetEventHandlerForPoint(v1_centerpoint));
GetEventHandlerForPoint  880 ui/views/view_unittest.cc   EXPECT_EQ(v2, root_view->GetEventHandlerForPoint(v2_centerpoint));
GetEventHandlerForPoint  882 ui/views/view_unittest.cc   EXPECT_EQ(v1, root_view->GetEventHandlerForPoint(v1_origin));
GetEventHandlerForPoint  883 ui/views/view_unittest.cc   EXPECT_EQ(root_view, root_view->GetEventHandlerForPoint(v2_origin));
GetEventHandlerForPoint  797 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc       root_window_->GetEventHandlerForPoint(root_location);
GetEventHandlerForPoint  102 ui/views/widget/desktop_aura/desktop_drop_target_win.cc       root_window_->GetEventHandlerForPoint(root_location);
GetEventHandlerForPoint   84 ui/views/widget/drop_helper.cc   View* view = root_view_->GetEventHandlerForPoint(root_view_location);
GetEventHandlerForPoint  303 ui/views/widget/native_widget_aura_unittest.cc             parent->GetNativeWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  314 ui/views/widget/native_widget_aura_unittest.cc             parent->GetNativeWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  322 ui/views/widget/native_widget_aura_unittest.cc             parent->GetNativeWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  327 ui/views/widget/native_widget_aura_unittest.cc             parent->GetNativeWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  334 ui/views/widget/native_widget_aura_unittest.cc             parent->GetNativeWindow()->GetEventHandlerForPoint(
GetEventHandlerForPoint  279 ui/views/widget/root_view.cc   for (mouse_pressed_handler_ = GetEventHandlerForPoint(event.location());
GetEventHandlerForPoint  398 ui/views/widget/root_view.cc   View* v = GetEventHandlerForPoint(event.location());
GetEventHandlerForPoint  474 ui/views/widget/root_view.cc   for (View* v = GetEventHandlerForPoint(event.location());
GetEventHandlerForPoint  596 ui/views/widget/root_view.cc     gesture_handler = GetEventHandlerForPoint(event->location());
GetEventHandlerForPoint  704 ui/views/widget/root_view.cc   for (View* v = GetEventHandlerForPoint(event->location());
GetEventHandlerForPoint  724 ui/views/widget/root_view.cc     View* v = GetEventHandlerForPoint(event.location());
GetEventHandlerForPoint   69 ui/views/widget/tooltip_manager_aura.cc   target = target->GetEventHandlerForPoint(target_loc);