Home
last modified time | relevance | path

Searched refs:endIsVisuallySame (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp1101 bool endIsVisuallySame = visiblePositionAfterNode(node) == selectedRange->endPosition(); in isNodeVisiblyContainedWithin() local
1102 …if (endIsVisuallySame && comparePositions(selectedRange->startPosition(), positionInParentBeforeNo… in isNodeVisiblyContainedWithin()
1105 return startIsVisuallySame && endIsVisuallySame; in isNodeVisiblyContainedWithin()