Searched refs:leftContents (Results 1 – 1 of 1) sorted by relevance
713 RefPtr<Node> leftContents; in processContents() local715 …leftContents = processContentsBetweenOffsets(action, 0, m_start.container(), m_start.offset(), len… in processContents()716 …leftContents = processAncestorsAndTheirSiblings(action, m_start.container(), ProcessContentsForwar… in processContents()745 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && leftContents) in processContents()746 fragment->appendChild(leftContents, ec); in processContents()