OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_WheelInputEvent
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h
67
const
PPB_WheelInputEvent
* PPBWheelInputEvent();
get_browser_interface.cc
154
const
PPB_WheelInputEvent
* PPBWheelInputEvent() {
155
return reinterpret_cast<const
PPB_WheelInputEvent
*>(
/external/chromium_org/ppapi/tests/
test_input_event.h
54
const
PPB_WheelInputEvent
* wheel_input_event_interface_;
test_input_event.cc
77
wheel_input_event_interface_ = static_cast<const
PPB_WheelInputEvent
*>(
/external/chromium_org/ppapi/api/
ppb_input_event.idl
604
interface
PPB_WheelInputEvent
{
[
all
...]
/external/chromium_org/ppapi/c/
ppb_input_event.h
28
#define PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0 "
PPB_WheelInputEvent
;1.0"
692
typedef struct PPB_WheelInputEvent_1_0
PPB_WheelInputEvent
;
[
all
...]
/external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc
196
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 414 milliseconds