Searched refs:ProcessContentsForward (Results 1 – 2 of 2) sorted by relevance
154 enum ContentsProcessDirection { ProcessContentsForward, ProcessContentsBackward }; enumerator
716 … = 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()