Home
last modified time | relevance | path

Searched refs:SendMouseWheelEvent (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dtouch_emulator_unittest.cc156 bool SendMouseWheelEvent() { in SendMouseWheelEvent() function in content::TouchEmulatorTest
426 EXPECT_TRUE(SendMouseWheelEvent()); in TEST_F()
429 EXPECT_FALSE(SendMouseWheelEvent()); in TEST_F()
432 EXPECT_TRUE(SendMouseWheelEvent()); in TEST_F()
435 EXPECT_FALSE(SendMouseWheelEvent()); in TEST_F()
438 EXPECT_TRUE(SendMouseWheelEvent()); in TEST_F()
440 EXPECT_TRUE(SendMouseWheelEvent()); in TEST_F()
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_runtime.cc126 static void SendMouseWheelEvent(JNIEnv* env, in SendMouseWheelEvent() function
130 remoting::ChromotingJniRuntime::GetInstance()->session()->SendMouseWheelEvent( in SendMouseWheelEvent()
Dchromoting_jni_instance.h83 void SendMouseWheelEvent(int delta_x, int delta_y);
Dchromoting_jni_instance.cc216 void ChromotingJniInstance::SendMouseWheelEvent(int delta_x, int delta_y) { in SendMouseWheelEvent() function in remoting::ChromotingJniInstance
220 base::Bind(&ChromotingJniInstance::SendMouseWheelEvent, this, in SendMouseWheelEvent()
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h118 jboolean SendMouseWheelEvent(JNIEnv* env,
Dcontent_view_core_impl.cc935 jboolean ContentViewCoreImpl::SendMouseWheelEvent(JNIEnv* env, in SendMouseWheelEvent() function in content::ContentViewCoreImpl
956 rwhv->SendMouseWheelEvent(event); in SendMouseWheelEvent()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.h229 void SendMouseWheelEvent(const blink::WebMouseWheelEvent& event);
Drender_widget_host_view_android.cc1503 void RenderWidgetHostViewAndroid::SendMouseWheelEvent( in SendMouseWheelEvent() function in content::RenderWidgetHostViewAndroid