Searched defs:WheelInputEvent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dinput_event.h167 class WheelInputEvent : public InputEvent { class in namespace:pp
170 WheelInputEvent();
178 explicit WheelInputEvent(const InputEvent& event);
198 WheelInputEvent(const InstanceHandle& instance,
H A Dinput_event.cc136 // WheelInputEvent -------------------------------------------------------------
138 WheelInputEvent::WheelInputEvent() : InputEvent() { function in class:pp::WheelInputEvent
141 WheelInputEvent::WheelInputEvent(const InputEvent& event) : InputEvent() { function in class:pp::WheelInputEvent
152 WheelInputEvent::WheelInputEvent(const InstanceHandle& instance, function in class:pp::WheelInputEvent
167 FloatPoint WheelInputEvent::GetDelta() const {
173 FloatPoint WheelInputEvent::GetTicks() const {
179 bool WheelInputEvent
[all...]

Completed in 94 milliseconds