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

/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_api.h48 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
H A Dppb_input_event_thunk.cc488 struct PP_TouchPoint GetTouchById(PP_Resource touch_event, function in namespace:ppapi::thunk::__anon10286
491 VLOG(4) << "PPB_TouchInputEvent::GetTouchById()";
495 return enter.object()->GetTouchById(list, id);
504 &GetTouchById
/external/chromium_org/ppapi/cpp/
H A Dinput_event.h380 TouchPoint GetTouchById(PP_TouchListType list, uint32_t id) const;
H A Dinput_event.cc323 TouchPoint TouchInputEvent::GetTouchById(PP_TouchListType list, function in class:pp::TouchInputEvent
328 GetTouchById(pp_resource(), list, id));
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h101 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
H A Dppb_input_event_shared.cc172 PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list, function in class:ppapi::PPB_InputEvent_Shared
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl955 PP_TouchPoint GetTouchById([in] PP_Resource resource,
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h914 struct PP_TouchPoint (*GetTouchById)(PP_Resource resource, member in struct:PPB_TouchInputEvent_1_0
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1091 *_struct_result = iface->GetTouchById(resource, list, touch_id);
4757 .GetTouchById = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t touch_id))&Pnacl_M13_PPB_TouchInputEvent_GetTouchById

Completed in 143 milliseconds