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

/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_api.h46 virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
H A Dppb_input_event_thunk.cc478 struct PP_TouchPoint GetTouchByIndex(PP_Resource touch_event, function in namespace:ppapi::thunk::__anon10286
481 VLOG(4) << "PPB_TouchInputEvent::GetTouchByIndex()";
485 return enter.object()->GetTouchByIndex(list, index);
503 &GetTouchByIndex,
/external/chromium_org/ppapi/cpp/
H A Dinput_event.h375 TouchPoint GetTouchByIndex(PP_TouchListType list, uint32_t index) const;
H A Dinput_event.cc331 TouchPoint TouchInputEvent::GetTouchByIndex(PP_TouchListType list, function in class:pp::TouchInputEvent
336 GetTouchByIndex(pp_resource(), list, index));
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc76 pp::TouchPoint point = touch.GetTouchByIndex(
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc77 pp::TouchPoint point = touch.GetTouchByIndex(
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h99 virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
H A Dppb_input_event_shared.cc150 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.cc281 GetTouchByIndex(expected, PP_TOUCHLIST_TYPE_TOUCHES, i);
283 GetTouchByIndex(received, PP_TOUCHLIST_TYPE_TOUCHES, i);
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl939 PP_TouchPoint GetTouchByIndex([in] PP_Resource resource,
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc216 touch_event.GetTouchByIndex(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h899 struct PP_TouchPoint (*GetTouchByIndex)(PP_Resource resource, member in struct:PPB_TouchInputEvent_1_0
/external/chromium_org/native_client_sdk/src/examples/demo/life/
H A Dlife.c131 struct PP_TouchPoint touch = g_pTouchInput->GetTouchByIndex(
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
H A Dlife.c138 struct PP_TouchPoint touch = g_pTouchInput->GetTouchByIndex(
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
H A Dlife.cc201 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, i);
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc459 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, i);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc430 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, i);
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc725 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, 0);
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
H A Dearth.cc765 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, 0);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1086 *_struct_result = iface->GetTouchByIndex(resource, list, index);
4756 .GetTouchByIndex = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t index))&Pnacl_M13_PPB_TouchInputEvent_GetTouchByIndex,

Completed in 2184 milliseconds