Home
last modified time | relevance | path

Searched refs:QueueSyntheticGesture (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_controller_unittest.cc395 void QueueSyntheticGesture(scoped_ptr<SyntheticGesture> gesture) { in QueueSyntheticGesture() function in content::__anon2797c5b00111::SyntheticGestureControllerTest
396 controller_->QueueSyntheticGesture(gesture.Pass(), in QueueSyntheticGesture()
436 QueueSyntheticGesture(gesture.PassAs<SyntheticGesture>()); in TEST_F()
450 QueueSyntheticGesture(gesture.PassAs<SyntheticGesture>()); in TEST_F()
469 QueueSyntheticGesture(gesture_1.PassAs<SyntheticGesture>()); in TEST_F()
477 QueueSyntheticGesture(gesture_2.PassAs<SyntheticGesture>()); in TEST_F()
495 QueueSyntheticGesture(gesture_1.PassAs<SyntheticGesture>()); in TEST_F()
496 QueueSyntheticGesture(gesture_2.PassAs<SyntheticGesture>()); in TEST_F()
515 QueueSyntheticGesture(gesture_1.PassAs<SyntheticGesture>()); in TEST_F()
516 QueueSyntheticGesture(gesture_2.PassAs<SyntheticGesture>()); in TEST_F()
[all …]
Dsynthetic_gesture_controller.h34 void QueueSyntheticGesture(
Dsynthetic_gesture_controller.cc21 void SyntheticGestureController::QueueSyntheticGesture( in QueueSyntheticGesture() function in content::SyntheticGestureController
Dtouch_action_browsertest.cc140 GetWidgetHost()->QueueSyntheticGesture( in DoTouchScroll()
/external/chromium_org/content/renderer/gpu/
Dgpu_benchmarking_extension.cc548 context.render_view_impl()->QueueSyntheticGesture( in BeginSmoothScroll()
642 context.render_view_impl()->QueueSyntheticGesture( in BeginScrollBounce()
692 context.render_view_impl()->QueueSyntheticGesture( in BeginPinch()
750 context.render_view_impl()->QueueSyntheticGesture( in BeginTap()
/external/chromium_org/content/renderer/
Drender_widget.h199 void QueueSyntheticGesture(
Drender_widget.cc1420 void RenderWidget::QueueSyntheticGesture( in QueueSyntheticGesture() function in content::RenderWidget
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_impl.h290 void QueueSyntheticGesture(
Drender_widget_host_impl.cc1103 void RenderWidgetHostImpl::QueueSyntheticGesture( in QueueSyntheticGesture() function in content::RenderWidgetHostImpl
1112 synthetic_gesture_controller_->QueueSyntheticGesture( in QueueSyntheticGesture()
1661 QueueSyntheticGesture( in OnQueueSyntheticGesture()