Home
last modified time | relevance | path

Searched refs:GetTouchById (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_input_event_api.h48 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
Dppb_input_event_thunk.cc488 struct PP_TouchPoint GetTouchById(PP_Resource touch_event, in GetTouchById() function
495 return enter.object()->GetTouchById(list, id); in GetTouchById()
504 &GetTouchById
/external/chromium_org/ppapi/cpp/
Dinput_event.cc323 TouchPoint TouchInputEvent::GetTouchById(PP_TouchListType list, in GetTouchById() function in pp::TouchInputEvent
328 GetTouchById(pp_resource(), list, id)); in GetTouchById()
Dinput_event.h380 TouchPoint GetTouchById(PP_TouchListType list, uint32_t id) const;
/external/chromium_org/ppapi/shared_impl/
Dppb_input_event_shared.h101 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
Dppb_input_event_shared.cc172 PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list, in GetTouchById() function in ppapi::PPB_InputEvent_Shared
/external/chromium_org/ppapi/c/
Dppb_input_event.h914 struct PP_TouchPoint (*GetTouchById)(PP_Resource resource, member
/external/chromium_org/ppapi/api/
Dppb_input_event.idl955 PP_TouchPoint GetTouchById([in] PP_Resource resource,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1033 *_struct_result = iface->GetTouchById(resource, list, touch_id); in Pnacl_M13_PPB_TouchInputEvent_GetTouchById()
4560 ….GetTouchById = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t to…