Searched refs:rightContents (Results 1 – 1 of 1) sorted by relevance
719 RefPtr<Node> rightContents; in processContents() local721 …rightContents = processContentsBetweenOffsets(action, 0, m_end.container(), 0, m_end.offset(), ec); in processContents()722 …rightContents = processAncestorsAndTheirSiblings(action, m_end.container(), ProcessContentsBackwar… in processContents()755 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && rightContents) in processContents()756 fragment->appendChild(rightContents, ec); in processContents()