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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DReplaceSelectionCommand.h70 Node* lastLeafInserted() const { return m_lastNodeInserted->lastDescendant(); } function in class:WebCore::ReplaceSelectionCommand::InsertedNodes
71 Node* pastLastLeaf() const { return m_lastNodeInserted ? NodeTraversal::next(lastLeafInserted()) : 0; }
H A DReplaceSelectionCommand.cpp678 Node* lastLeafInserted = insertedNodes.lastLeafInserted(); local
679 if (lastLeafInserted && lastLeafInserted->isTextNode() && !hasRenderedText(toText(*lastLeafInserted))
680 && !enclosingElementWithTag(firstPositionInOrBeforeNode(lastLeafInserted), selectTag)
681 && !enclosingElementWithTag(firstPositionInOrBeforeNode(lastLeafInserted), scriptTag)) {
682 insertedNodes.willRemoveNode(lastLeafInserted);
683 removeNode(lastLeafInserted);
1160 m_endOfInsertedContent = lastPositionInOrAfterNode(insertedNodes.lastLeafInserted());
[all...]

Completed in 182 milliseconds