Searched refs:endContainerNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelection.cpp563 static Position adjustPositionForStart(const Position& currentPosition, Node* endContainerNode) argument
565 TreeScope& treeScope = endContainerNode->treeScope();
570 if (ancestor->contains(endContainerNode))
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp542 Node* endContainerNode = end.containerNode(); local
545 if (compareBoundaryPoints(parentNode, nodeIndex, endContainerNode, endOffset, exceptionState) > 0 // starts after end
546 && compareBoundaryPoints(parentNode, nodeIndex + 1, endContainerNode, endOffset, exceptionState) > 0) { // ends after end

Completed in 663 milliseconds