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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 152 bool SendMouseWheelEvent() {
334 EXPECT_TRUE(SendMouseWheelEvent());
337 EXPECT_FALSE(SendMouseWheelEvent());
340 EXPECT_TRUE(SendMouseWheelEvent());
343 EXPECT_FALSE(SendMouseWheelEvent());
346 EXPECT_TRUE(SendMouseWheelEvent());
348 EXPECT_TRUE(SendMouseWheelEvent());
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.h 87 void SendMouseWheelEvent(int delta_x, int delta_y);
chromoting_jni_runtime.cc 124 static void SendMouseWheelEvent(JNIEnv* env,
128 remoting::ChromotingJniRuntime::GetInstance()->session()->SendMouseWheelEvent(
chromoting_jni_instance.cc 200 void ChromotingJniInstance::SendMouseWheelEvent(int delta_x, int delta_y) {
204 base::Bind(&ChromotingJniInstance::SendMouseWheelEvent, this,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 203 void SendMouseWheelEvent(const blink::WebMouseWheelEvent& event);
render_widget_host_view_android.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 127 jboolean SendMouseWheelEvent(JNIEnv* env,
content_view_core_impl.cc     [all...]

Completed in 106 milliseconds