Searched refs:GetTouchByIndex (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_api.h48 virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
H A Dppb_input_event_thunk.cc467 struct PP_TouchPoint GetTouchByIndex(PP_Resource touch_event, function in namespace:ppapi::thunk::__anon9626
470 VLOG(4) << "PPB_TouchInputEvent::GetTouchByIndex()";
474 return enter.object()->GetTouchByIndex(list, index);
492 &GetTouchByIndex,
/external/chromium_org/ppapi/cpp/
H A Dinput_event.h338 TouchPoint GetTouchByIndex(PP_TouchListType list, uint32_t index) const;
H A Dinput_event.cc279 TouchPoint TouchInputEvent::GetTouchByIndex(PP_TouchListType list, function in class:pp::TouchInputEvent
284 GetTouchByIndex(pp_resource(), list, index));
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc75 pp::TouchPoint point = touch.GetTouchByIndex(
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h94 virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
H A Dppb_input_event_shared.cc164 PP_TouchPoint PPB_InputEvent_Shared::GetTouchByIndex(PP_TouchListType list, function in class:ppapi::PPB_InputEvent_Shared
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.cc272 GetTouchByIndex(expected, PP_TOUCHLIST_TYPE_TOUCHES, i);
274 GetTouchByIndex(received, PP_TOUCHLIST_TYPE_TOUCHES, i);
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl888 PP_TouchPoint GetTouchByIndex([in] PP_Resource resource,
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc227 touch_event.GetTouchByIndex(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h874 struct PP_TouchPoint (*GetTouchByIndex)(PP_Resource resource, member in struct:PPB_TouchInputEvent_1_0
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c856 *_struct_result = iface->GetTouchByIndex(resource, list, index);
4064 .GetTouchByIndex = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t index))&Pnacl_M13_PPB_TouchInputEvent_GetTouchByIndex,

Completed in 105 milliseconds