Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertParagraphSeparatorCommand.cpp165 …Node* startBlockNode = enclosingBlock(insertionPosition.parentAnchoredEquivalent().containerNode()… in doApply() local
167 Element* startBlock = static_cast<Element*>(startBlockNode); in doApply()
168 if (!startBlockNode in doApply()
169 || !startBlockNode->isElementNode() in doApply()