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