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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 156 bool SendMouseWheelEvent() {
426 EXPECT_TRUE(SendMouseWheelEvent());
429 EXPECT_FALSE(SendMouseWheelEvent());
432 EXPECT_TRUE(SendMouseWheelEvent());
435 EXPECT_FALSE(SendMouseWheelEvent());
438 EXPECT_TRUE(SendMouseWheelEvent());
440 EXPECT_TRUE(SendMouseWheelEvent());
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 216 void ChromotingJniInstance::SendMouseWheelEvent(int delta_x, int delta_y) {
220 base::Bind(&ChromotingJniInstance::SendMouseWheelEvent, this,
chromoting_jni_runtime.cc 126 static void SendMouseWheelEvent(JNIEnv* env,
130 remoting::ChromotingJniRuntime::GetInstance()->session()->SendMouseWheelEvent(
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc     [all...]

Completed in 484 milliseconds