Home
last modified time | relevance | path

Searched defs:GetTouchByIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dppb_input_event_shared.cc169 PP_TouchPoint PPB_InputEvent_Shared::GetTouchByIndex(PP_TouchListType list, in GetTouchByIndex() function in ppapi::PPB_InputEvent_Shared
/external/chromium_org/ppapi/cpp/
Dinput_event.cc279 TouchPoint TouchInputEvent::GetTouchByIndex(PP_TouchListType list, in GetTouchByIndex() function in pp::TouchInputEvent
/external/chromium_org/ppapi/c/
Dppb_input_event.h874 struct PP_TouchPoint (*GetTouchByIndex)(PP_Resource resource, member
/external/chromium_org/ppapi/thunk/
Dppb_input_event_thunk.cc477 struct PP_TouchPoint GetTouchByIndex(PP_Resource touch_event, in GetTouchByIndex() function