HomeSort by relevance Sort by last modified time
    Searched refs:MouseEventWithoutShiftKey (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 119 MouseEventWithoutShiftKey,
HTMLAnchorElement.cpp 485 return isLink() && treatLinkAsLiveForEventType(m_wasShiftKeyDownOnMouseDown ? MouseEventWithShiftKey : MouseEventWithoutShiftKey);
502 return static_cast<MouseEvent*>(event)->shiftKey() ? MouseEventWithShiftKey : MouseEventWithoutShiftKey;
525 return eventType == MouseEventWithShiftKey || (eventType == MouseEventWithoutShiftKey && m_rootEditableElementForSelectionOnMouseDown != rootEditableElement());

Completed in 139 milliseconds