Home
last modified time | relevance | path

Searched refs:PerformMouseWheelDeltaAction (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.h69 void PerformMouseWheelDeltaAction(int delta_x, int delta_y);
Dchromoting_jni_instance.cc147 void ChromotingJniInstance::PerformMouseWheelDeltaAction(int delta_x, in PerformMouseWheelDeltaAction() function in remoting::ChromotingJniInstance
152 base::Bind(&ChromotingJniInstance::PerformMouseWheelDeltaAction, this, in PerformMouseWheelDeltaAction()
Dchromoting_jni_runtime.cc126 ->PerformMouseWheelDeltaAction(delta_x, delta_y); in MouseWheelDeltaAction()