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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInsertParagraphSeparatorCommand.h54 bool shouldUseDefaultParagraphElement(Element*) const;
H A DInsertParagraphSeparatorCommand.cpp109 bool InsertParagraphSeparatorCommand::shouldUseDefaultParagraphElement(Element* enclosingBlock) const function in class:blink::InsertParagraphSeparatorCommand
211 } else if (shouldUseDefaultParagraphElement(startBlock.get())) {

Completed in 95 milliseconds