Searched refs:insertionNode (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DInsertParagraphSeparatorCommand.h49 void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors);
H A DReplaceSelectionCommand.h77 Node* insertAsListItems(PassRefPtr<HTMLElement> listElement, Node* insertionNode, const Position&, InsertedNodes&);
H A DInsertParagraphSeparatorCommand.cpp123 void InsertParagraphSeparatorCommand::getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors) argument
128 if (insertionNode != outerBlock) {
129 for (Element* n = insertionNode->parentElement(); n && n != outerBlock; n = n->parentElement())

Completed in 126 milliseconds