Searched refs:beforeParagraph (Results 1 – 1 of 1) sorted by relevance
872 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(); in moveParagraphWithClones() local898 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphWithClones()901 …if (beforeParagraph.isNotNull() && !isTableElement(beforeParagraph.deepEquivalent().deprecatedNode… in moveParagraphWithClones()902 …&& ((!isEndOfParagraph(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagrap… in moveParagraphWithClones()904 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphWithClones()950 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(CannotCrossEditingBoundary); in moveParagraphs() local998 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphs()1000 …if (beforeParagraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == after… in moveParagraphs()1002 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphs()