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

  /external/chromium_org/ui/aura/
root_window_host_delegate.h 33 virtual bool OnHostMouseEvent(ui::MouseEvent* event) = 0;
root_window_unittest.cc 97 TEST_F(RootWindowTest, OnHostMouseEvent) {
115 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(&event1);
156 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
165 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
174 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
183 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
192 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(event.get());
516 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(
526 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(
534 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(
    [all...]
remote_root_window_host_win.cc 403 delegate_->OnHostMouseEvent(&event);
413 delegate_->OnHostMouseEvent(&wheel_event);
429 delegate_->OnHostMouseEvent(&mouse_event);
431 delegate_->OnHostMouseEvent(&mouse_event);
root_window.h 369 virtual bool OnHostMouseEvent(ui::MouseEvent* event) OVERRIDE;
root_window_host_win.cc 272 handled = delegate_->OnHostMouseEvent(&event);
root_window.cc 896 bool RootWindow::OnHostMouseEvent(ui::MouseEvent* event) {
    [all...]
root_window_host_x11.cc     [all...]
window_unittest.cc     [all...]
  /external/chromium_org/ui/views/corewm/
compound_event_filter_unittest.cc 71 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(&enter);
77 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(&move);
82 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(&real_move);
93 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(&exit);
110 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouse0);
132 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouse1);
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 510 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
517 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move2);
525 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
533 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move2);
540 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
547 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move2);
554 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
562 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move2);
571 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&move1);
607 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouseev1)
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 271 root->AsRootWindowHostDelegate()->OnHostMouseEvent(&press);
275 root->AsRootWindowHostDelegate()->OnHostMouseEvent(&release);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_capture_client_unittest.cc 79 root_window()->AsRootWindowHostDelegate()->OnHostMouseEvent(
desktop_root_window_host_x11.cc     [all...]
desktop_root_window_host_win.cc 792 return root_window_host_delegate_->OnHostMouseEvent(
  /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 543 root_window_host_delegate->OnHostMouseEvent(
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 765 Shell::GetPrimaryRootWindow()->AsRootWindowHostDelegate()->OnHostMouseEvent(
    [all...]

Completed in 197 milliseconds