Searched refs:MouseEventWithShiftKey (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLAnchorElement.cpp512 return isLink() && treatLinkAsLiveForEventType(m_wasShiftKeyDownOnMouseDown ? MouseEventWithShiftKey : MouseEventWithoutShiftKey);
562 return static_cast<MouseEvent*>(event)->shiftKey() ? MouseEventWithShiftKey : MouseEventWithoutShiftKey;
585 return eventType == MouseEventWithShiftKey || (eventType == MouseEventWithoutShiftKey && rootEditableElementForSelectionOnMouseDown() != rootEditableElement());
588 return eventType == MouseEventWithShiftKey;
H A DHTMLAnchorElement.h129 MouseEventWithShiftKey, enumerator in enum:WebCore::HTMLAnchorElement::EventType

Completed in 69 milliseconds