HomeSort by relevance Sort by last modified time
    Searched refs:GetTouchById (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 48 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
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/cpp/
input_event.h 380 TouchPoint GetTouchById(PP_TouchListType list, uint32_t id) const;
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.h 101 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
ppb_input_event_shared.cc 172 PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list,
  /external/chromium_org/ppapi/api/
ppb_input_event.idl     [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h     [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 337 milliseconds