Home
last modified time | relevance | path

Searched defs:outerBlock (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.cpp64 …RefPtr<Node> outerBlock = (start.deprecatedNode() == nodeToSplitTo) ? start.deprecatedNode() : spl… in formatRange() local
DInsertParagraphSeparatorCommand.cpp122 …paratorCommand::getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<Ele… in getAncestorsInsideBlock()
DIndentOutdentCommand.cpp105 …RefPtr<Node> outerBlock = (start.deprecatedNode() == nodeToSplitTo) ? start.deprecatedNode() : spl… in indentIntoBlockquote() local
DInsertListCommand.cpp221 Node* outerBlock = firstChildInList->isBlockFlow() ? firstChildInList : listNode.get(); in doApplyForSingleParagraph() local