OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rooteditableelementforselectiononmousedown
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h
118
Element*
rootEditableElementForSelectionOnMouseDown
() const;
HTMLAnchorElement.cpp
470
return eventType == MouseEventWithShiftKey || (eventType == MouseEventWithoutShiftKey &&
rootEditableElementForSelectionOnMouseDown
() != rootEditableElement());
503
Element* HTMLAnchorElement::
rootEditableElementForSelectionOnMouseDown
() const
Completed in 66 milliseconds