PP_TouchListType 816 ppapi/c/ppb_input_event.h PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_TouchListType, 4); PP_TouchListType 867 ppapi/c/ppb_input_event.h PP_TouchListType list, PP_TouchListType 888 ppapi/c/ppb_input_event.h uint32_t (*GetTouchCount)(PP_Resource resource, PP_TouchListType list); PP_TouchListType 902 ppapi/c/ppb_input_event.h PP_TouchListType list, PP_TouchListType 917 ppapi/c/ppb_input_event.h PP_TouchListType list, PP_TouchListType 308 ppapi/cpp/input_event.cc void TouchInputEvent::AddTouchPoint(PP_TouchListType list, PP_TouchListType 316 ppapi/cpp/input_event.cc uint32_t TouchInputEvent::GetTouchCount(PP_TouchListType list) const { PP_TouchListType 323 ppapi/cpp/input_event.cc TouchPoint TouchInputEvent::GetTouchById(PP_TouchListType list, PP_TouchListType 331 ppapi/cpp/input_event.cc TouchPoint TouchInputEvent::GetTouchByIndex(PP_TouchListType list, PP_TouchListType 368 ppapi/cpp/input_event.h void AddTouchPoint(PP_TouchListType list, PP_TouchPoint point); PP_TouchListType 371 ppapi/cpp/input_event.h uint32_t GetTouchCount(PP_TouchListType list) const; PP_TouchListType 375 ppapi/cpp/input_event.h TouchPoint GetTouchByIndex(PP_TouchListType list, uint32_t index) const; PP_TouchListType 380 ppapi/cpp/input_event.h TouchPoint GetTouchById(PP_TouchListType list, uint32_t id) const; PP_TouchListType 925 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_TouchInputEvent_AddTouchPoint(PP_Resource touch_event, PP_TouchListType list, const struct PP_TouchPoint* point) { PP_TouchListType 935 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static uint32_t Pnacl_M13_PPB_TouchInputEvent_GetTouchCount(PP_Resource resource, PP_TouchListType list) { PP_TouchListType 940 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_TouchInputEvent_GetTouchByIndex(struct PP_TouchPoint* _struct_result, PP_Resource resource, PP_TouchListType list, uint32_t index) { PP_TouchListType 945 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_TouchInputEvent_GetTouchById(struct PP_TouchPoint* _struct_result, PP_Resource resource, PP_TouchListType list, uint32_t touch_id) { PP_TouchListType 4476 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .AddTouchPoint = (void (*)(PP_Resource touch_event, PP_TouchListType list, const struct PP_TouchPoint* point))&Pnacl_M13_PPB_TouchInputEvent_AddTouchPoint, PP_TouchListType 4478 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetTouchCount = (uint32_t (*)(PP_Resource resource, PP_TouchListType list))&Pnacl_M13_PPB_TouchInputEvent_GetTouchCount, PP_TouchListType 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, PP_TouchListType 4480 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetTouchById = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t touch_id))&Pnacl_M13_PPB_TouchInputEvent_GetTouchById PP_TouchListType 119 ppapi/shared_impl/ppb_input_event_shared.cc void PPB_InputEvent_Shared::AddTouchPoint(PP_TouchListType list, PP_TouchListType 136 ppapi/shared_impl/ppb_input_event_shared.cc uint32_t PPB_InputEvent_Shared::GetTouchCount(PP_TouchListType list) { PP_TouchListType 149 ppapi/shared_impl/ppb_input_event_shared.cc PP_TouchPoint PPB_InputEvent_Shared::GetTouchByIndex(PP_TouchListType list, PP_TouchListType 171 ppapi/shared_impl/ppb_input_event_shared.cc PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list, PP_TouchListType 93 ppapi/shared_impl/ppb_input_event_shared.h virtual void AddTouchPoint(PP_TouchListType list, PP_TouchListType 95 ppapi/shared_impl/ppb_input_event_shared.h virtual uint32_t GetTouchCount(PP_TouchListType list) OVERRIDE; PP_TouchListType 96 ppapi/shared_impl/ppb_input_event_shared.h virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list, PP_TouchListType 98 ppapi/shared_impl/ppb_input_event_shared.h virtual PP_TouchPoint GetTouchById(PP_TouchListType list, PP_TouchListType 43 ppapi/thunk/ppb_input_event_api.h virtual void AddTouchPoint(PP_TouchListType list, PP_TouchListType 45 ppapi/thunk/ppb_input_event_api.h virtual uint32_t GetTouchCount(PP_TouchListType list) = 0; PP_TouchListType 46 ppapi/thunk/ppb_input_event_api.h virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list, PP_TouchListType 48 ppapi/thunk/ppb_input_event_api.h virtual PP_TouchPoint GetTouchById(PP_TouchListType list, PP_TouchListType 450 ppapi/thunk/ppb_input_event_thunk.cc PP_TouchListType list, PP_TouchListType 470 ppapi/thunk/ppb_input_event_thunk.cc uint32_t GetTouchCount(PP_Resource touch_event, PP_TouchListType list) { PP_TouchListType 479 ppapi/thunk/ppb_input_event_thunk.cc PP_TouchListType list, PP_TouchListType 489 ppapi/thunk/ppb_input_event_thunk.cc PP_TouchListType list,