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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.h 72 Node* lastLeafInserted() const { return m_lastNodeInserted ? &m_lastNodeInserted->lastDescendantOrSelf() : 0; }
ReplaceSelectionCommand.cpp 679 Node* lastLeafInserted = insertedNodes.lastLeafInserted();
680 if (lastLeafInserted && lastLeafInserted->isTextNode() && !nodeHasVisibleRenderText(toText(*lastLeafInserted))
681 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(lastLeafInserted), selectTag)
682 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(lastLeafInserted), scriptTag)) {
683 insertedNodes.willRemoveNode(*lastLeafInserted);
684 removeNode(lastLeafInserted);
    [all...]

Completed in 260 milliseconds