Home
last modified time | relevance | path

Searched refs:styleInEmptyParagraph (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp973 RefPtr<EditingStyle> styleInEmptyParagraph; in moveParagraphs() local
975 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()