AddTouchPoint 237 ash/touch/touch_hud_debug.cc traces_[trace_index].AddTouchPoint(touch); AddTouchPoint 462 ash/touch/touch_hud_debug.cc touch_log_->AddTouchPoint(*event); AddTouchPoint 359 content/shell/renderer/test_runner/event_sender.cc void AddTouchPoint(gin::Arguments* args); AddTouchPoint 479 content/shell/renderer/test_runner/event_sender.cc .SetMethod("addTouchPoint", &EventSenderBindings::AddTouchPoint) AddTouchPoint 689 content/shell/renderer/test_runner/event_sender.cc sender_->AddTouchPoint(args); AddTouchPoint 126 content/shell/renderer/test_runner/event_sender.h void AddTouchPoint(gin::Arguments* args); AddTouchPoint 866 ppapi/c/ppb_input_event.h void (*AddTouchPoint)(PP_Resource touch_event, AddTouchPoint 312 ppapi/cpp/input_event.cc get_interface<PPB_TouchInputEvent_1_0>()->AddTouchPoint(pp_resource(), list, AddTouchPoint 368 ppapi/cpp/input_event.h void AddTouchPoint(PP_TouchListType list, PP_TouchPoint point); AddTouchPoint 927 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c iface->AddTouchPoint(touch_event, list, point); AddTouchPoint 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, AddTouchPoint 93 ppapi/shared_impl/ppb_input_event_shared.h virtual void AddTouchPoint(PP_TouchListType list, AddTouchPoint 173 ppapi/tests/test_input_event.cc touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TOUCHES, touch_point); AddTouchPoint 174 ppapi/tests/test_input_event.cc touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, touch_point); AddTouchPoint 175 ppapi/tests/test_input_event.cc touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TARGETTOUCHES, touch_point); AddTouchPoint 43 ppapi/thunk/ppb_input_event_api.h virtual void AddTouchPoint(PP_TouchListType list, AddTouchPoint 456 ppapi/thunk/ppb_input_event_thunk.cc return enter.object()->AddTouchPoint(list, *point); AddTouchPoint 500 ppapi/thunk/ppb_input_event_thunk.cc &AddTouchPoint,