Searched refs:outerNode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp992 // preserving the hierarchy up to outerNode.
998 // First we clone the outerNode
1000 RefPtr<Node> outerNode = passedOuterNode; local
1002 if (outerNode->isRootEditableElement()) {
1005 lastNode = outerNode->cloneNode(isTableElement(outerNode.get()));
1009 if (start.deprecatedNode() != outerNode && lastNode->isElementNode() && start.anchorNode()->isDescendantOf(outerNode.get())) {
1012 // Insert each node from innerNode to outerNode (excluded) in a list.
1013 for (Node* n = start.deprecatedNode(); n && n != outerNode;
1104 moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode) argument
[all...]
H A DCompositeEditCommand.h159 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);
160 void cloneParagraphUnderNewElement(const Position& start, const Position& end, Node* outerNode, Element* blockElement);

Completed in 179 milliseconds