OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_WheelInputEvent_1_0
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/cpp/
input_event.cc
30
template <> const char* interface_name<
PPB_WheelInputEvent_1_0
>() {
143
if (!has_interface<
PPB_WheelInputEvent_1_0
>())
145
if (get_interface<
PPB_WheelInputEvent_1_0
>()->IsWheelInputEvent(
159
if (!has_interface<
PPB_WheelInputEvent_1_0
>())
161
PassRefFromConstructor(get_interface<
PPB_WheelInputEvent_1_0
>()->Create(
168
if (!has_interface<
PPB_WheelInputEvent_1_0
>())
170
return get_interface<
PPB_WheelInputEvent_1_0
>()->GetDelta(pp_resource());
174
if (!has_interface<
PPB_WheelInputEvent_1_0
>())
176
return get_interface<
PPB_WheelInputEvent_1_0
>()->GetTicks(pp_resource());
180
if (!has_interface<
PPB_WheelInputEvent_1_0
>())
[
all
...]
/external/chromium_org/ppapi/c/
ppb_input_event.h
588
struct
PPB_WheelInputEvent_1_0
{
692
typedef struct
PPB_WheelInputEvent_1_0
PPB_WheelInputEvent;
[
all
...]
/external/chromium_org/ppapi/thunk/
interfaces_ppb_public_stable.h
71
PPB_WheelInputEvent_1_0
)
ppb_input_event_thunk.cc
529
const
PPB_WheelInputEvent_1_0
* GetPPB_WheelInputEvent_1_0_Thunk() {
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 630 milliseconds