Searched refs:GetWheelTicks (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_api.h34 virtual PP_FloatPoint GetWheelTicks() = 0;
H A Dppb_input_event_thunk.cc221 PP_FloatPoint GetWheelTicks(PP_Resource wheel_event) { function in namespace:ppapi::thunk::__anon10286
226 return enter.object()->GetWheelTicks();
241 &GetWheelTicks,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h87 virtual PP_FloatPoint GetWheelTicks() OVERRIDE;
H A Dppb_input_event_shared.cc79 PP_FloatPoint PPB_InputEvent_Shared::GetWheelTicks() { function in class:ppapi::PPB_InputEvent_Shared

Completed in 1444 milliseconds