Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertParagraphSeparatorCommand.h52 bool shouldUseDefaultParagraphElement(Node*) const;
DInsertParagraphSeparatorCommand.cpp106 bool InsertParagraphSeparatorCommand::shouldUseDefaultParagraphElement(Node* enclosingBlock) const in shouldUseDefaultParagraphElement() function in WebCore::InsertParagraphSeparatorCommand
207 } else if (shouldUseDefaultParagraphElement(startBlock)) in doApply()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1028032 (WebCore::InsertParagraphSeparatorCommand::shouldUseDefaultParagraphElement):