Searched refs:m_lastLeafInserted (Results 1 – 3 of 3) sorted by relevance
413 if (m_lastLeafInserted == node) in removeNodePreservingChildren()414 m_lastLeafInserted = node->lastChild() ? node->lastChild() : node->traverseNextSibling(); in removeNodePreservingChildren()424 Node* afterLast = m_lastLeafInserted ? m_lastLeafInserted->traverseNextSibling() : 0; in removeNodeAndPruneAncestors()429 if (m_lastLeafInserted && !m_lastLeafInserted->inDocument()) in removeNodeAndPruneAncestors()430 m_lastLeafInserted = afterLast; in removeNodeAndPruneAncestors()432 … m_firstNodeInserted = m_lastLeafInserted && m_lastLeafInserted->inDocument() ? afterFirst : 0; in removeNodeAndPruneAncestors()490 if (node == m_lastLeafInserted) in negateStyleRulesThatAffectAppearance()498 if (!m_lastLeafInserted->renderer() in removeUnrenderedTextNodesAtEnds()499 && m_lastLeafInserted->isTextNode() in removeUnrenderedTextNodesAtEnds()500 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), selectTag) in removeUnrenderedTextNodesAtEnds()[all …]
92 RefPtr<Node> m_lastLeafInserted; variable
7919 New. Keeps m_firstNodeInserted and m_lastLeafInserted updated.62059 m_lastNodeInserted to m_lastLeafInserted. Use the