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.cc140 // WheelInputEvent -------------------------------------------------------------
142 WheelInputEvent::WheelInputEvent() : InputEvent() { function in class:pp::WheelInputEvent
145 WheelInputEvent::WheelInputEvent(const InputEvent& event) : InputEvent() { function in class:pp::WheelInputEvent
156 WheelInputEvent::WheelInputEvent(const InstanceHandle& instance, function in class:pp::WheelInputEvent
171 FloatPoint WheelInputEvent::GetDelta() const {
177 FloatPoint WheelInputEvent::GetTicks() const {
183 bool WheelInputEvent
[all...]

Completed in 331 milliseconds