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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp1196 RefPtr<EditingStyle> styleInEmptyParagraph; member in namespace:WebCore
1198 styleInEmptyParagraph = EditingStyle::create(startOfParagraphToMove.deepEquivalent());
1199 styleInEmptyParagraph->mergeTypingStyle(document());
1201 styleInEmptyParagraph->removeBlockProperties();
1244 if (styleInEmptyParagraph && selectionIsEmptyParagraph)
1245 applyStyle(styleInEmptyParagraph.get());

Completed in 80 milliseconds