MouseEventWithoutShiftKey  395 Source/core/html/HTMLAnchorElement.cpp     return isLink() && treatLinkAsLiveForEventType(m_wasShiftKeyDownOnMouseDown ? MouseEventWithShiftKey : MouseEventWithoutShiftKey);
MouseEventWithoutShiftKey  452 Source/core/html/HTMLAnchorElement.cpp     return toMouseEvent(event)->shiftKey() ? MouseEventWithShiftKey : MouseEventWithoutShiftKey;
MouseEventWithoutShiftKey  475 Source/core/html/HTMLAnchorElement.cpp         return eventType == MouseEventWithShiftKey || (eventType == MouseEventWithoutShiftKey && rootEditableElementForSelectionOnMouseDown() != rootEditableElement());