WebTouchActionPinchZoom  620 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom);
WebTouchActionPinchZoom  276 Source/web/tests/TouchActionTest.cpp                         EXPECT_EQ((WebTouchActionPanX | WebTouchActionPanY | WebTouchActionPinchZoom), client.lastTouchAction()) << failureContextPos;