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

  /external/chromium_org/ppapi/cpp/
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.cc 186 PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list,
  /external/chromium_org/ppapi/thunk/
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/c/
ppb_input_event.h     [all...]

Completed in 41 milliseconds