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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp1243 bool selectionIsEmptyParagraph = endingSelection().isCaret() && isStartOfParagraph(endingSelection().visibleStart()) && isEndOfParagraph(endingSelection().visibleStart()); member in namespace:WebCore
1244 if (styleInEmptyParagraph && selectionIsEmptyParagraph)

Completed in 7469 milliseconds