GetTouchById      916 ppapi/c/ppb_input_event.h   struct PP_TouchPoint (*GetTouchById)(PP_Resource resource,
GetTouchById      328 ppapi/cpp/input_event.cc                         GetTouchById(pp_resource(), list, id));
GetTouchById      380 ppapi/cpp/input_event.h   TouchPoint GetTouchById(PP_TouchListType list, uint32_t id) const;
GetTouchById      947 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   *_struct_result = iface->GetTouchById(resource, list, touch_id);
GetTouchById     4480 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetTouchById = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t touch_id))&Pnacl_M13_PPB_TouchInputEvent_GetTouchById
GetTouchById       98 ppapi/shared_impl/ppb_input_event_shared.h   virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
GetTouchById       48 ppapi/thunk/ppb_input_event_api.h   virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
GetTouchById      495 ppapi/thunk/ppb_input_event_thunk.cc   return enter.object()->GetTouchById(list, id);
GetTouchById      504 ppapi/thunk/ppb_input_event_thunk.cc   &GetTouchById