HomeSort by relevance Sort by last modified time
    Searched full:enclosingblockflow (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
IndentOutdentCommand.cpp 169 Node* enclosingBlockFlow = enclosingBlock(visibleStartOfParagraph.deepEquivalent().deprecatedNode());
171 if (enclosingBlockFlow != enclosingNode)
172 splitBlockquoteNode = splitTreeToNode(enclosingBlockFlow, enclosingNode, true);
htmlediting.cpp 327 // FIXME: Deploy this in all of the places where enclosingBlockFlow/enclosingBlockFlowOrTableElement are used.
    [all...]

Completed in 48 milliseconds