Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.h168 enum ContentsProcessDirection { ProcessContentsForward, ProcessContentsBackward }; enumerator
DRange.cpp637 …cessAncestorsAndTheirSiblings(action, originalStart.container(), ProcessContentsForward, leftConte… in processContents()
794 …RefPtrWillBeRawPtr<Node> firstChildInAncestorToProcess = direction == ProcessContentsForward ? con… in processAncestorsAndTheirSiblings()
811 … child = (direction == ProcessContentsForward) ? child->nextSibling() : child->previousSibling()) in processAncestorsAndTheirSiblings()
824 if (direction == ProcessContentsForward) in processAncestorsAndTheirSiblings()
830 if (direction == ProcessContentsForward) in processAncestorsAndTheirSiblings()
837 …firstChildInAncestorToProcess = direction == ProcessContentsForward ? ancestor->nextSibling() : an… in processAncestorsAndTheirSiblings()