GetTouchByIndex   216 native_client_sdk/src/examples/api/input_event/input_event.cc               touch_event.GetTouchByIndex(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
GetTouchByIndex   725 native_client_sdk/src/examples/demo/earth/earth.cc               touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, 0);
GetTouchByIndex   134 native_client_sdk/src/examples/demo/life/life.c     struct PP_TouchPoint touch = g_pTouchInput->GetTouchByIndex(
GetTouchByIndex   459 native_client_sdk/src/examples/demo/voronoi/voronoi.cc               touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, i);
GetTouchByIndex   138 native_client_sdk/src/gonacl_appengine/src/life/life.c     struct PP_TouchPoint touch = g_pTouchInput->GetTouchByIndex(
GetTouchByIndex   430 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc               touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, i);
GetTouchByIndex   901 ppapi/c/ppb_input_event.h   struct PP_TouchPoint (*GetTouchByIndex)(PP_Resource resource,
GetTouchByIndex   336 ppapi/cpp/input_event.cc                         GetTouchByIndex(pp_resource(), list, index));
GetTouchByIndex   375 ppapi/cpp/input_event.h   TouchPoint GetTouchByIndex(PP_TouchListType list, uint32_t index) const;
GetTouchByIndex    77 ppapi/examples/input/pointer_event_input.cc           pp::TouchPoint point = touch.GetTouchByIndex(
GetTouchByIndex   942 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   *_struct_result = iface->GetTouchByIndex(resource, list, index);
GetTouchByIndex  4479 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetTouchByIndex = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t index))&Pnacl_M13_PPB_TouchInputEvent_GetTouchByIndex,
GetTouchByIndex    96 ppapi/shared_impl/ppb_input_event_shared.h   virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
GetTouchByIndex   275 ppapi/tests/test_input_event.cc             GetTouchByIndex(expected, PP_TOUCHLIST_TYPE_TOUCHES, i);
GetTouchByIndex   277 ppapi/tests/test_input_event.cc             GetTouchByIndex(received, PP_TOUCHLIST_TYPE_TOUCHES, i);
GetTouchByIndex    46 ppapi/thunk/ppb_input_event_api.h   virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
GetTouchByIndex   485 ppapi/thunk/ppb_input_event_thunk.cc   return enter.object()->GetTouchByIndex(list, index);
GetTouchByIndex   503 ppapi/thunk/ppb_input_event_thunk.cc   &GetTouchByIndex,