OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:editableelement
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp
638
Element*
editableElement
= rootEditableElement();
640
if (
editableElement
&& !
editableElement
->contains(targetNode)) {
641
if (!
editableElement
->renderer())
645
selectionEndPoint = roundedLayoutPoint(
editableElement
->renderer()->absoluteToLocal(absolutePoint));
646
targetNode =
editableElement
;
Completed in 55 milliseconds