Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp1069 bool startIsVisuallySame = visiblePositionBeforeNode(node) == selectedRange->startPosition(); in isNodeVisiblyContainedWithin() local
1070 …if (startIsVisuallySame && comparePositions(positionInParentAfterNode(node), selectedRange->endPos… in isNodeVisiblyContainedWithin()
1077 return startIsVisuallySame && endIsVisuallySame; in isNodeVisiblyContainedWithin()