treatLinkAsLiveForEventType  197 Source/core/html/HTMLAnchorElement.cpp         if (focused() && isEnterKeyKeydownEvent(event) && treatLinkAsLiveForEventType(NonMouseEvent)) {
treatLinkAsLiveForEventType  205 Source/core/html/HTMLAnchorElement.cpp         if (isLinkClick(event) && treatLinkAsLiveForEventType(eventType(event))) {
treatLinkAsLiveForEventType  395 Source/core/html/HTMLAnchorElement.cpp     return isLink() && treatLinkAsLiveForEventType(m_wasShiftKeyDownOnMouseDown ? MouseEventWithShiftKey : MouseEventWithoutShiftKey);
treatLinkAsLiveForEventType  116 Source/core/html/HTMLAnchorElement.h     bool treatLinkAsLiveForEventType(EventType) const;