TouchActionPinchZoom 1469 Source/core/css/CSSComputedStyleDeclaration.cpp     if (touchAction == (TouchActionPanX | TouchActionPanY | TouchActionPinchZoom)) {
TouchActionPinchZoom 4641 Source/core/css/CSSPrimitiveValueMappings.h         return TouchActionPanX | TouchActionPanY | TouchActionPinchZoom;
TouchActionPinchZoom  620 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom);