Searched refs:leftContents (Results 1 – 1 of 1) sorted by relevance
634 RefPtrWillBeRawPtr<Node> leftContents = nullptr; in processContents() local636 …leftContents = processContentsBetweenOffsets(action, nullptr, originalStart.container(), originalS… in processContents()637 …leftContents = processAncestorsAndTheirSiblings(action, originalStart.container(), ProcessContents… in processContents()674 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && leftContents) in processContents()675 fragment->appendChild(leftContents, exceptionState); in processContents()