ProcessContentsForward  723 Source/core/dom/Range.cpp         leftContents = processAncestorsAndTheirSiblings(action, originalStart.container(), ProcessContentsForward, leftContents, commonRoot.get(), exceptionState);
ProcessContentsForward  880 Source/core/dom/Range.cpp     RefPtr<Node> firstChildInAncestorToProcess = direction == ProcessContentsForward ? container->nextSibling() : container->previousSibling();
ProcessContentsForward  897 Source/core/dom/Range.cpp             child = (direction == ProcessContentsForward) ? child->nextSibling() : child->previousSibling())
ProcessContentsForward  910 Source/core/dom/Range.cpp                 if (direction == ProcessContentsForward)
ProcessContentsForward  916 Source/core/dom/Range.cpp                 if (direction == ProcessContentsForward)
ProcessContentsForward  923 Source/core/dom/Range.cpp         firstChildInAncestorToProcess = direction == ProcessContentsForward ? ancestor->nextSibling() : ancestor->previousSibling();