Searched refs:CLONE_CONTENTS (Results 1 – 2 of 2) sorted by relevance
670 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) in processContents()745 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && leftContents) in processContents()755 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && rightContents) in processContents()782 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) { in processContentsBetweenOffsets()796 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) { in processContentsBetweenOffsets()822 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) { in processContentsBetweenOffsets()853 case CLONE_CONTENTS: in processNodes()870 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) { in processAncestorsAndTheirSiblings()899 case CLONE_CONTENTS: in processAncestorsAndTheirSiblings()929 return processContents(CLONE_CONTENTS, ec); in cloneContents()
150 enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS }; enumerator