Searched refs:outerBlock (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | FormatBlockCommand.cpp | 64 …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()
|
D | IndentOutdentCommand.cpp | 105 …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()
|
D | InsertParagraphSeparatorCommand.cpp | 122 …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()
|
D | InsertParagraphSeparatorCommand.h | 49 …void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<Element*>& anc…
|
D | InsertListCommand.cpp | 221 Node* outerBlock = firstChildInList->isBlockFlow() ? firstChildInList : listNode.get(); in doApplyForSingleParagraph() local 223 …irstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock); in doApplyForSingleParagraph()
|