OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MouseEventWithoutShiftKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h
111
MouseEventWithoutShiftKey
,
HTMLAnchorElement.cpp
393
return isLink() && treatLinkAsLiveForEventType(m_wasShiftKeyDownOnMouseDown ? MouseEventWithShiftKey :
MouseEventWithoutShiftKey
);
447
return toMouseEvent(event)->shiftKey() ? MouseEventWithShiftKey :
MouseEventWithoutShiftKey
;
470
return eventType == MouseEventWithShiftKey || (eventType ==
MouseEventWithoutShiftKey
&& rootEditableElementForSelectionOnMouseDown() != rootEditableElement());
Completed in 42 milliseconds