Searched refs:m_lastTextNode (Results 1 – 4 of 4) sorted by relevance
156 Node* m_lastTextNode; variable235 Node* m_lastTextNode; variable
320 m_lastTextNode = 0; in TextIterator()452 m_lastTextNode = m_node; in handleTextNode()535 if (m_lastTextNode == m_node && runStart > 0 && str[runStart - 1] == ' ') { in handleTextBox()629 emitCharacter(' ', m_lastTextNode->parentNode(), m_lastTextNode, 1, 1); in handleReplacedElement()930 if (m_lastTextNode && shouldEmitNewlineAfterNode(m_node)) { in exitNode()1086 m_lastTextNode = 0; in SimplifiedBackwardsTextIterator()1169 m_lastTextNode = m_node; in handleTextNode()
8447 …TextIterator::exitNode shouldn't require the m_lastTextNode to be true, but we can't change that w…8452 …tIterator.cpp: (WebCore::TextIterator::exitNode): Re-added check for m_lastTextNode before emittin…8820 - Remove outdated and erroneous check for m_lastTextNode.46950 ranges before m_node, not around m_lastTextNode. These
27567 … newline for P (and other) blocks with position following the block, instead of the m_lastTextNode.