Searched refs:enclosingBlockFlow (Results 1 – 2 of 2) sorted by relevance
291 Node* enclosingBlockFlow = enclosingBlock(visibleStartOfParagraph.deepEquivalent().node()); in outdentParagraph() local293 if (enclosingBlockFlow != enclosingNode) in outdentParagraph()294 splitBlockquoteNode = splitTreeToNode(enclosingBlockFlow, enclosingNode, true); in outdentParagraph()
12498 …Also, enclosingBlockFlow == enclosingNode in outdentParagraph isn't a sufficient condition to inse…12507 …e::IndentOutdentCommand::outdentParagraph): takes care of the case enclosingBlockFlow == enclosing…