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

  /external/chromium_org/content/browser/renderer_host/input/
input_router.h 47 virtual void SendTouchEvent(
mock_input_ack_handler.cc 51 input_router_->SendTouchEvent(*touch_followup_event_);
input_router_impl_unittest.cc 225 SendTouchEvent();
232 void SendTouchEvent() {
233 input_router_->SendTouchEvent(
534 SendTouchEvent();
541 SendTouchEvent();
576 SendTouchEvent();
610 SendTouchEvent();
619 SendTouchEvent();
628 SendTouchEvent();
638 SendTouchEvent();
    [all...]
touch_event_queue_unittest.cc 62 SendTouchEvent(*followup_touch_event);
79 void SendTouchEvent(const WebTouchEvent& event) {
108 SendTouchEvent();
113 SendTouchEvent();
119 SendTouchEvent();
124 SendTouchEvent();
129 SendTouchEvent();
193 void SendTouchEvent() {
194 SendTouchEvent(touch_event_);
676 SendTouchEvent(stationary_event)
    [all...]
input_router_impl.h 61 virtual void SendTouchEvent(
input_router_impl.cc 217 void InputRouterImpl::SendTouchEvent(
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 158 virtual void SendTouchEvent(
729 void SendTouchEvent() {
    [all...]
render_widget_host_view_android.h 203 void SendTouchEvent(const blink::WebTouchEvent& event);
render_widget_host_view_android.cc     [all...]
render_widget_host_impl.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 97 jboolean SendTouchEvent(JNIEnv* env,
content_view_core_impl.cc 896 jboolean ContentViewCoreImpl::SendTouchEvent(JNIEnv* env,
907 rwhv->SendTouchEvent(event);
    [all...]

Completed in 44 milliseconds