Searched refs:PPB_WheelInputEvent (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dget_browser_interface.h67 const PPB_WheelInputEvent* PPBWheelInputEvent();
H A Dget_browser_interface.cc154 const PPB_WheelInputEvent* PPBWheelInputEvent() {
155 return reinterpret_cast<const PPB_WheelInputEvent*>(
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.h57 const PPB_WheelInputEvent* wheel_input_event_interface_;
H A Dtest_input_event.cc83 wheel_input_event_interface_ = static_cast<const PPB_WheelInputEvent*>(
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl603 interface PPB_WheelInputEvent {
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h28 #define PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0 "PPB_WheelInputEvent;1.0"
691 typedef struct PPB_WheelInputEvent_1_0 PPB_WheelInputEvent; typedef in typeref:struct:PPB_WheelInputEvent_1_0
/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_thunk.cc196 VLOG(4) << "PPB_WheelInputEvent::Create()";
206 VLOG(4) << "PPB_WheelInputEvent::IsWheelInputEvent()";
214 VLOG(4) << "PPB_WheelInputEvent::GetDelta()";
222 VLOG(4) << "PPB_WheelInputEvent::GetTicks()";
230 VLOG(4) << "PPB_WheelInputEvent::GetScrollByPage()";
237 const PPB_WheelInputEvent g_ppb_wheel_input_event_thunk = {

Completed in 141 milliseconds