Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DRange.h154 enum ContentsProcessDirection { ProcessContentsForward, ProcessContentsBackward }; enumerator
DRange.cpp716 … = processAncestorsAndTheirSiblings(action, m_start.container(), ProcessContentsForward, leftConte… in processContents()
867 …RefPtr<Node> firstChildInAncestorToProcess = direction == ProcessContentsForward ? container->next… in processAncestorsAndTheirSiblings()
884 … child = (direction == ProcessContentsForward) ? child->nextSibling() : child->previousSibling()) in processAncestorsAndTheirSiblings()
894 if (direction == ProcessContentsForward) in processAncestorsAndTheirSiblings()
900 if (direction == ProcessContentsForward) in processAncestorsAndTheirSiblings()
907 …firstChildInAncestorToProcess = direction == ProcessContentsForward ? ancestor->nextSibling() : an… in processAncestorsAndTheirSiblings()