TouchCancelled 256 Source/core/inspector/InspectorInputAgent.cpp convertedState = PlatformTouchPoint::TouchCancelled; TouchCancelled 3564 Source/core/page/EventHandler.cpp case PlatformTouchPoint::TouchCancelled: TouchCancelled 3629 Source/core/page/EventHandler.cpp if (point.state() != PlatformTouchPoint::TouchReleased && point.state() != PlatformTouchPoint::TouchCancelled) TouchCancelled 3654 Source/core/page/EventHandler.cpp case PlatformTouchPoint::TouchCancelled: TouchCancelled 3702 Source/core/page/EventHandler.cpp } else if (pointState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::TouchCancelled) { TouchCancelled 3746 Source/core/page/EventHandler.cpp if (pointState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCancelled) { TouchCancelled 3777 Source/core/page/EventHandler.cpp bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled); TouchCancelled 384 Source/web/WebInputEventConversion.cpp return PlatformTouchPoint::TouchCancelled;