Searched defs:GetTouchById (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/cpp/
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.cc172 PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list, function in class:ppapi::PPB_InputEvent_Shared
/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/thunk/
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

Completed in 668 milliseconds