Searched refs:styleInEmptyParagraph (Results 1 – 1 of 1) sorted by relevance
973 RefPtr<EditingStyle> styleInEmptyParagraph; in moveParagraphs() local975 styleInEmptyParagraph = EditingStyle::create(startOfParagraphToMove.deepEquivalent()); in moveParagraphs()976 styleInEmptyParagraph->mergeTypingStyle(document()); in moveParagraphs()978 styleInEmptyParagraph->removeBlockProperties(); in moveParagraphs()1021 if (styleInEmptyParagraph && selectionIsEmptyParagraph) in moveParagraphs()1022 applyStyle(styleInEmptyParagraph.get()); in moveParagraphs()