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

  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 127 bool m_wasShiftKeyDownOnMouseDown;
HTMLAnchorElement.cpp 49 , m_wasShiftKeyDownOnMouseDown(false)
162 m_wasShiftKeyDownOnMouseDown = static_cast<MouseEvent*>(event)->shiftKey();
167 m_wasShiftKeyDownOnMouseDown = false;
485 return isLink() && treatLinkAsLiveForEventType(m_wasShiftKeyDownOnMouseDown ? MouseEventWithShiftKey : MouseEventWithoutShiftKey);

Completed in 441 milliseconds