Searched refs:CLONE_CONTENTS (Results 1 – 2 of 2) sorted by relevance
592 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) in processContents()674 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && leftContents) in processContents()684 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && rightContents) in processContents()711 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) { in processContentsBetweenOffsets()725 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) { in processContentsBetweenOffsets()747 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) { in processContentsBetweenOffsets()778 case CLONE_CONTENTS: in processNodes()797 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) { in processAncestorsAndTheirSiblings()829 case CLONE_CONTENTS: in processAncestorsAndTheirSiblings()854 return processContents(CLONE_CONTENTS, exceptionState); in cloneContents()
164 enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS }; enumerator