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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.h 49 void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors);
FormatBlockCommand.cpp 64 RefPtr<Node> outerBlock = (start.deprecatedNode() == nodeToSplitTo) ? start.deprecatedNode() : splitTreeToNode(start.deprecatedNode(), nodeToSplitTo);
65 RefPtr<Node> nodeAfterInsertionPosition = outerBlock;
92 moveParagraphWithClones(start, end, blockNode.get(), outerBlock.get());
IndentOutdentCommand.cpp 100 RefPtr<Node> outerBlock = (start.containerNode() == nodeToSplitTo) ? start.containerNode() : splitTreeToNode(start.containerNode(), nodeToSplitTo);
107 if (outerBlock == start.containerNode())
110 insertNodeBefore(targetBlockquote, outerBlock);
114 moveParagraphWithClones(startOfContents, end, targetBlockquote.get(), outerBlock.get());
InsertParagraphSeparatorCommand.cpp 122 void InsertParagraphSeparatorCommand::getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors)
127 if (insertionNode != outerBlock) {
128 for (Element* n = insertionNode->parentElement(); n && n != outerBlock; n = n->parentElement())
InsertListCommand.cpp 222 Node* outerBlock = firstChildInList->isBlockFlowElement() ? firstChildInList : listNode.get();
224 moveParagraphWithClones(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 46 milliseconds