Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp749 bool endWasBr = visibleParagraphEnd.deepEquivalent().deprecatedNode()->hasTagName(brTag); in moveParagraphContentsToNewBlockIfNecessary() local
753 if (newBlock->lastChild() && newBlock->lastChild()->hasTagName(brTag) && !endWasBr) in moveParagraphContentsToNewBlockIfNecessary()