HomeSort by relevance Sort by last modified time
    Searched refs:outerBlock (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/editing/
InsertParagraphSeparatorCommand.h 47 void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<Element*>& ancestors);
IndentOutdentCommand.cpp 120 RefPtr<Node> outerBlock = splitTreeToNode(start.node(), nodeToSplitTo);
126 insertNodeBefore(targetBlockquote, outerBlock);
129 moveParagraphWithClones(startOfParagraph(endOfCurrentParagraph), endOfCurrentParagraph, targetBlockquote.get(), outerBlock.get());
InsertParagraphSeparatorCommand.cpp 122 void InsertParagraphSeparatorCommand::getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<Element*>& ancestors)
127 if (insertionNode != outerBlock) {
128 for (Element* n = insertionNode->parentElement(); n && n != outerBlock; n = n->parentElement())

Completed in 193 milliseconds