HomeSort by relevance Sort by last modified time
    Searched refs:GetEventHandlerForPoint (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ui/views/controls/menu/
menu_host_root_view.cc 81 View* view = GetEventHandlerForPoint(event.location());
menu_controller.cc     [all...]
  /external/chromium_org/ui/views/
view_targeter_delegate.cc 83 point_view = child->GetEventHandlerForPoint(point_in_child_coords);
view_targeter_unittest.cc 560 // Test calls into View::GetEventHandlerForPoint().
561 EXPECT_EQ(v1, root_view->GetEventHandlerForPoint(v1_centerpoint));
562 EXPECT_EQ(v2, root_view->GetEventHandlerForPoint(v2_centerpoint));
564 EXPECT_EQ(v1, root_view->GetEventHandlerForPoint(v1_origin));
565 EXPECT_EQ(root_view, root_view->GetEventHandlerForPoint(v2_origin));
view.h 559 View* GetEventHandlerForPoint(const gfx::Point& point);
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 375 parent->GetNativeWindow()->GetEventHandlerForPoint(
386 parent->GetNativeWindow()->GetEventHandlerForPoint(
394 parent->GetNativeWindow()->GetEventHandlerForPoint(
399 parent->GetNativeWindow()->GetEventHandlerForPoint(
406 parent->GetNativeWindow()->GetEventHandlerForPoint(
drop_helper.cc 84 View* view = root_view_->GetEventHandlerForPoint(root_view_location);
root_view.cc 370 for (mouse_pressed_handler_ = GetEventHandlerForPoint(event.location());
489 View* v = GetEventHandlerForPoint(event.location());
565 for (View* v = GetEventHandlerForPoint(event.location());
656 View* v = GetEventHandlerForPoint(event.location());
tooltip_manager_aura.cc 69 target = target->GetEventHandlerForPoint(target_loc);
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker.cc 79 return root_window_at_point->GetEventHandlerForPoint(location_in_root);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.cc 102 root_window_->GetEventHandlerForPoint(root_location);
desktop_drag_drop_client_aurax11.cc 886 root_window_->GetEventHandlerForPoint(root_location);
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 460 TEST_F(WindowTest, GetEventHandlerForPoint) {
480 EXPECT_EQ(NULL, root->GetEventHandlerForPoint(gfx::Point(5, 5)));
481 EXPECT_EQ(w1.get(), root->GetEventHandlerForPoint(gfx::Point(11, 11)));
482 EXPECT_EQ(w11.get(), root->GetEventHandlerForPoint(gfx::Point(16, 16)));
483 EXPECT_EQ(w111.get(), root->GetEventHandlerForPoint(gfx::Point(21, 21)));
484 EXPECT_EQ(w1111.get(), root->GetEventHandlerForPoint(gfx::Point(26, 26)));
485 EXPECT_EQ(w12.get(), root->GetEventHandlerForPoint(gfx::Point(21, 431)));
486 EXPECT_EQ(w121.get(), root->GetEventHandlerForPoint(gfx::Point(26, 436)));
487 EXPECT_EQ(w13.get(), root->GetEventHandlerForPoint(gfx::Point(26, 481)));
498 EXPECT_EQ(child.get(), parent->GetEventHandlerForPoint(gfx::Point(0, 0)))
    [all...]
window.h 252 Window* GetEventHandlerForPoint(const gfx::Point& local_point);
  /external/chromium_org/ash/
root_window_controller_unittest.cc 601 aura::Window* event_target = root->GetEventHandlerForPoint(gfx::Point(0, 0));
604 root->GetEventHandlerForPoint(gfx::Point(0, size.height() - 1)));
606 root->GetEventHandlerForPoint(gfx::Point(size.width() - 1, 0)));
608 root->GetEventHandlerForPoint(gfx::Point(0, size.height() - 1)));
610 root->GetEventHandlerForPoint(
    [all...]
  /external/chromium_org/ui/views/corewm/
tooltip_controller_unittest.cc 159 EXPECT_EQ(GetWindow(), GetRootWindow()->GetEventHandlerForPoint(
194 EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
204 EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
279 GetRootWindow()->GetEventHandlerForPoint(
327 EXPECT_EQ(window, GetRootWindow()->GetEventHandlerForPoint(
tooltip_controller.cc 96 aura::Window* screen_target = target->GetEventHandlerForPoint(target_loc);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 547 FindTabView(tab_strip_->GetEventHandlerForPoint(left_overlap)));
559 FindTabView(tab_strip_->GetEventHandlerForPoint(right_overlap)));
571 FindTabView(tab_strip_->GetEventHandlerForPoint(unactive_overlap)));
tab_strip.cc 207 dest->GetEventHandlerForPoint(dest_point) : NULL;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc 127 views::View* hit_view = GetEventHandlerForPoint(event.location());
  /external/chromium_org/ash/touch/
touch_uma.cc 282 GetEventHandlerForPoint(event.location());
  /external/chromium_org/chrome/browser/ui/views/location_bar/
origin_chip_view.cc 394 if (GetEventHandlerForPoint(located_event.location()) ==
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 383 controller()->GetContainerWindow()->GetEventHandlerForPoint(location));
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 451 if (chevron_ && GetEventHandlerForPoint(event.location()) == chevron_) {
    [all...]
  /external/chromium_org/ui/message_center/views/
notification_view.cc 310 return buttons[i]->GetEventHandlerForPoint(point_in_child);

Completed in 7845 milliseconds

1 2