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

  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 550 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&move);
564 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&move);
655 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
671 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&release);
704 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
722 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&release);
747 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
763 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&release);
788 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
804 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&move)
    [all...]
  /external/chromium_org/ui/aura/
root_window_host_delegate.h 35 virtual bool OnHostTouchEvent(ui::TouchEvent* event) = 0;
root_window_host_ozone.cc 35 delegate_->OnHostTouchEvent(touchev);
root_window_unittest.cc 355 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
362 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&release);
606 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(
616 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(
622 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(
636 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(
638 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(
remote_root_window_host_win.cc 472 delegate_->OnHostTouchEvent(&event);
483 delegate_->OnHostTouchEvent(&event);
494 delegate_->OnHostTouchEvent(&event);
window_unittest.cc 519 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&pressed);
525 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&released);
876 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&touchev);
892 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&touchev2);
915 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
929 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&move);
    [all...]
root_window.h 371 virtual bool OnHostTouchEvent(ui::TouchEvent* event) OVERRIDE;
root_window.cc 863 return OnHostTouchEvent(event);
941 bool RootWindow::OnHostTouchEvent(ui::TouchEvent* event) {
    [all...]
root_window_host_x11.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
touch_smooth_scroll_gesture_aura.cc 28 root_window_host_delegate->OnHostTouchEvent(&touch);
  /external/chromium_org/ui/views/corewm/
compound_event_filter_unittest.cc 117 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press0);
121 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&move);
126 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&release);
140 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press1);
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 260 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
273 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&release);
296 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
306 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&release);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 283 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
290 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&move1);
301 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&inc);
310 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&inc);
319 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&inc);
  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 236 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&press1);
302 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
window_manager_unittest.cc 196 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&touchev);
443 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&touchev1);
460 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&touchev2);
custom_frame_view_ash_unittest.cc 556 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&press);
564 root_window->AsRootWindowHostDelegate()->OnHostTouchEvent(&release);
    [all...]
  /external/chromium_org/ui/aura/test/
event_generator.cc 546 root_window_host_delegate->OnHostTouchEvent(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 809 return root_window_host_delegate_->OnHostTouchEvent(

Completed in 380 milliseconds