PP_TouchPoint     220 content/renderer/pepper/event_conversion.cc                       std::vector<PP_TouchPoint>* result) {
PP_TouchPoint     223 content/renderer/pepper/event_conversion.cc     PP_TouchPoint pp_pt;
PP_TouchPoint     258 content/renderer/pepper/event_conversion.cc void SetWebTouchPoints(const std::vector<PP_TouchPoint>& pp_touches,
PP_TouchPoint     266 content/renderer/pepper/event_conversion.cc     const PP_TouchPoint& pp_pt = pp_touches[i];
PP_TouchPoint     134 native_client_sdk/src/examples/demo/life/life.c     struct PP_TouchPoint touch = g_pTouchInput->GetTouchByIndex(
PP_TouchPoint     138 native_client_sdk/src/gonacl_appengine/src/life/life.c     struct PP_TouchPoint touch = g_pTouchInput->GetTouchByIndex(
PP_TouchPoint      63 ppapi/c/pp_touch_point.h PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_TouchPoint, 28);
PP_TouchPoint      78 ppapi/c/pp_touch_point.h PP_INLINE struct PP_TouchPoint PP_MakeTouchPoint(void) {
PP_TouchPoint      79 ppapi/c/pp_touch_point.h   struct PP_TouchPoint result = { 0, {0, 0}, {0, 0}, 0, 0 };
PP_TouchPoint     868 ppapi/c/ppb_input_event.h                         const struct PP_TouchPoint* point);
PP_TouchPoint     901 ppapi/c/ppb_input_event.h   struct PP_TouchPoint (*GetTouchByIndex)(PP_Resource resource,
PP_TouchPoint     916 ppapi/c/ppb_input_event.h   struct PP_TouchPoint (*GetTouchById)(PP_Resource resource,
PP_TouchPoint     309 ppapi/cpp/input_event.cc                                     PP_TouchPoint point) {
PP_TouchPoint     368 ppapi/cpp/input_event.h   void AddTouchPoint(PP_TouchListType list, PP_TouchPoint point);
PP_TouchPoint      19 ppapi/cpp/touch_point.h   TouchPoint(const PP_TouchPoint& point) : touch_point_(point) {}
PP_TouchPoint      49 ppapi/cpp/touch_point.h   PP_TouchPoint touch_point_;
PP_TouchPoint     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_TouchPoint     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_TouchPoint     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_TouchPoint    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_TouchPoint    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_TouchPoint    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_TouchPoint     259 ppapi/proxy/ppapi_messages.h IPC_STRUCT_TRAITS_BEGIN(PP_TouchPoint)
PP_TouchPoint     120 ppapi/shared_impl/ppb_input_event_shared.cc                                           const PP_TouchPoint& point) {
PP_TouchPoint     149 ppapi/shared_impl/ppb_input_event_shared.cc PP_TouchPoint PPB_InputEvent_Shared::GetTouchByIndex(PP_TouchListType list,
PP_TouchPoint     151 ppapi/shared_impl/ppb_input_event_shared.cc   std::vector<PP_TouchPoint>* points;
PP_TouchPoint     171 ppapi/shared_impl/ppb_input_event_shared.cc PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list,
PP_TouchPoint     173 ppapi/shared_impl/ppb_input_event_shared.cc   const std::vector<PP_TouchPoint>* points;
PP_TouchPoint      56 ppapi/shared_impl/ppb_input_event_shared.h   std::vector<PP_TouchPoint> touches;
PP_TouchPoint      57 ppapi/shared_impl/ppb_input_event_shared.h   std::vector<PP_TouchPoint> changed_touches;
PP_TouchPoint      58 ppapi/shared_impl/ppb_input_event_shared.h   std::vector<PP_TouchPoint> target_touches;
PP_TouchPoint      94 ppapi/shared_impl/ppb_input_event_shared.h                              const PP_TouchPoint& point) OVERRIDE;
PP_TouchPoint      96 ppapi/shared_impl/ppb_input_event_shared.h   virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
PP_TouchPoint      98 ppapi/shared_impl/ppb_input_event_shared.h   virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
PP_TouchPoint     169 ppapi/tests/test_input_event.cc   PP_TouchPoint touch_point = PP_MakeTouchPoint();
PP_TouchPoint     274 ppapi/tests/test_input_event.cc         PP_TouchPoint expected_point = touch_input_event_interface_->
PP_TouchPoint     276 ppapi/tests/test_input_event.cc         PP_TouchPoint received_point = touch_input_event_interface_->
PP_TouchPoint      44 ppapi/thunk/ppb_input_event_api.h                              const PP_TouchPoint& point) = 0;
PP_TouchPoint      46 ppapi/thunk/ppb_input_event_api.h   virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
PP_TouchPoint      48 ppapi/thunk/ppb_input_event_api.h   virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
PP_TouchPoint     451 ppapi/thunk/ppb_input_event_thunk.cc                    const PP_TouchPoint* point) {
PP_TouchPoint     478 ppapi/thunk/ppb_input_event_thunk.cc struct PP_TouchPoint GetTouchByIndex(PP_Resource touch_event,
PP_TouchPoint     488 ppapi/thunk/ppb_input_event_thunk.cc struct PP_TouchPoint GetTouchById(PP_Resource touch_event,