OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTouchById
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/cpp/
input_event.cc
323
TouchPoint TouchInputEvent::
GetTouchById
(PP_TouchListType list,
328
GetTouchById
(pp_resource(), list, id));
/external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc
172
PP_TouchPoint PPB_InputEvent_Shared::
GetTouchById
(PP_TouchListType list,
/external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc
488
struct PP_TouchPoint
GetTouchById
(PP_Resource touch_event,
491
VLOG(4) << "PPB_TouchInputEvent::
GetTouchById
()";
495
return enter.object()->
GetTouchById
(list, id);
504
&
GetTouchById
/external/chromium_org/ppapi/c/
ppb_input_event.h
[
all
...]
Completed in 138 milliseconds