OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MouseEventWithShiftKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h
112
MouseEventWithShiftKey
,
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());
473
return eventType ==
MouseEventWithShiftKey
;
Completed in 39 milliseconds