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