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

1 2

  /external/chromium_org/ui/aura/
window_tree_host_delegate.h 34 virtual bool OnHostMouseEvent(ui::MouseEvent* event) = 0;
root_window_unittest.cc 100 TEST_F(RootWindowTest, OnHostMouseEvent) {
118 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(&event1);
159 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
168 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
177 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
186 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
195 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
588 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(
598 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(
606 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(
    [all...]
window_targeter_unittest.cc 42 OnHostMouseEvent(&press);
root_window_host_ozone.cc 47 delegate_->OnHostMouseEvent(mouseev);
remote_root_window_host_win.cc 502 delegate_->OnHostMouseEvent(&event);
517 delegate_->OnHostMouseEvent(&wheel_event);
533 delegate_->OnHostMouseEvent(&mouse_event);
535 delegate_->OnHostMouseEvent(&mouse_event);
root_window.h 300 virtual bool OnHostMouseEvent(ui::MouseEvent* event) OVERRIDE;
root_window_host_win.cc 256 handled = delegate_->OnHostMouseEvent(&event);
root_window_host_x11_unittest.cc 32 virtual bool OnHostMouseEvent(ui::MouseEvent* event) OVERRIDE {
root_window.cc 766 bool RootWindow::OnHostMouseEvent(ui::MouseEvent* event) {
    [all...]
root_window_host_x11.cc     [all...]
  /external/chromium_org/ui/views/corewm/
compound_event_filter_unittest.cc 75 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(&enter);
81 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(&move);
86 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(&real_move);
97 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(&exit);
114 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouse0);
136 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouse1);
capture_controller_unittest.cc 106 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 513 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
520 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move2);
528 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
536 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move2);
543 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
550 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move2);
557 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
565 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move2);
574 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
611 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouseev1)
    [all...]
sticky_keys.cc 71 ->OnHostMouseEvent(&new_event);
75 ->OnHostMouseEvent(&new_event);
sticky_keys_unittest.cc 808 delegate->OnHostMouseEvent(ev.get());
817 delegate->OnHostMouseEvent(ev.get());
845 delegate->OnHostMouseEvent(ev.get());
862 delegate->OnHostMouseEvent(ev.get());
  /external/chromium_org/ash/autoclick/
autoclick_controller.cc 200 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&press_event);
201 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&release_event);
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.cc 70 GetRootWindowHostDelegate()->OnHostMouseEvent(&wheel_event);
132 GetRootWindowHostDelegate()->OnHostMouseEvent(&mouse_event);
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 276 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&press);
280 dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&release);
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]
widget_interactive_uitest.cc 780 OnHostMouseEvent(&mouse_event);
  /external/chromium_org/content/browser/web_contents/aura/
window_slider_unittest.cc 27 delegate->OnHostMouseEvent(static_cast<ui::MouseEvent*>(event));
  /external/chromium_org/ui/aura/test/
event_generator.cc 594 root_window_host_delegate->OnHostMouseEvent(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc     [all...]
desktop_root_window_host_win.cc 840 return delegate_->OnHostMouseEvent(const_cast<ui::MouseEvent*>(&event));
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 741 OnHostMouseEvent(&mouse_move);
    [all...]

Completed in 213 milliseconds

1 2