Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.cpp64 …RefPtr<Node> outerBlock = (start.deprecatedNode() == nodeToSplitTo) ? start.deprecatedNode() : spl… in formatRange() local
65 RefPtr<Node> nodeAfterInsertionPosition = outerBlock; in formatRange()
92 moveParagraphWithClones(start, end, blockNode.get(), outerBlock.get()); in formatRange()
DIndentOutdentCommand.cpp105 …RefPtr<Node> outerBlock = (start.deprecatedNode() == nodeToSplitTo) ? start.deprecatedNode() : spl… in indentIntoBlockquote() local
111 insertNodeBefore(targetBlockquote, outerBlock); in indentIntoBlockquote()
114 moveParagraphWithClones(start, end, targetBlockquote.get(), outerBlock.get()); in indentIntoBlockquote()
DInsertParagraphSeparatorCommand.cpp122 …orCommand::getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<Element*… in getAncestorsInsideBlock() argument
127 if (insertionNode != outerBlock) { in getAncestorsInsideBlock()
128 … for (Element* n = insertionNode->parentElement(); n && n != outerBlock; n = n->parentElement()) in getAncestorsInsideBlock()
DInsertParagraphSeparatorCommand.h49 …void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<Element*>& anc…
DInsertListCommand.cpp221 Node* outerBlock = firstChildInList->isBlockFlow() ? firstChildInList : listNode.get(); in doApplyForSingleParagraph() local
223 …irstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock); in doApplyForSingleParagraph()