Searched refs:wheel_ticks_x_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc30 wheel_ticks_x_(0),
152 wheel_ticks_x_ += ticks.x();
172 int ticks_x = static_cast<int>(wheel_ticks_x_);
174 wheel_ticks_x_ -= ticks_x;
H A Dpepper_input_handler.h108 float wheel_ticks_x_; member in class:remoting::PepperInputHandler
/external/chromium_org/remoting/host/
H A Dinput_injector_linux.cc159 float wheel_ticks_x_; member in class:remoting::__anon10428::InputInjectorLinux::Core
225 wheel_ticks_x_(0.0f),
463 wheel_ticks_x_ += event.wheel_delta_x() * kWheelTicksPerPixel;
464 ticks_x = static_cast<int>(wheel_ticks_x_);
465 wheel_ticks_x_ -= ticks_x;

Completed in 1230 milliseconds