Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DIndentOutdentCommand.cpp291 Node* enclosingBlockFlow = enclosingBlock(visibleStartOfParagraph.deepEquivalent().node()); in outdentParagraph() local
293 if (enclosingBlockFlow != enclosingNode) in outdentParagraph()
294 splitBlockquoteNode = splitTreeToNode(enclosingBlockFlow, enclosingNode, true); in outdentParagraph()
/external/webkit/WebCore/
DChangeLog12498 …Also, enclosingBlockFlow == enclosingNode in outdentParagraph isn't a sufficient condition to inse…
12507 …e::IndentOutdentCommand::outdentParagraph): takes care of the case enclosingBlockFlow == enclosing…