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 50 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
ppb_input_event_thunk.cc 477 struct PP_TouchPoint GetTouchById(PP_Resource touch_event,
480 VLOG(4) << "PPB_TouchInputEvent::GetTouchById()";
484 return enter.object()->GetTouchById(list, id);
493 &GetTouchById
  /external/chromium_org/ppapi/cpp/
input_event.h 343 TouchPoint GetTouchById(PP_TouchListType list, uint32_t id) const;
input_event.cc 271 TouchPoint TouchInputEvent::GetTouchById(PP_TouchListType list,
276 GetTouchById(pp_resource(), list, id));
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 96 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
ppb_input_event_shared.cc 186 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 1078 milliseconds