Searched refs:beforeParagraph (Results 1 – 1 of 1) sorted by relevance
1124 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(); in moveParagraphWithClones() local1152 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphWithClones()1155 …if (beforeParagraph.isNotNull() && !isRenderedTableElement(beforeParagraph.deepEquivalent().deprec… in moveParagraphWithClones()1156 …&& ((!isEndOfParagraph(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagrap… in moveParagraphWithClones()1158 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphWithClones()1199 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(CannotCrossEditingBoundary); in moveParagraphs() local1245 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphs()1247 …if (beforeParagraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == after… in moveParagraphs()1249 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphs()