Home
last modified time | relevance | path

Searched refs:m_lastTextNode (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextIterator.h156 Node* m_lastTextNode; variable
235 Node* m_lastTextNode; variable
DTextIterator.cpp320 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()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-148447 …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
DChangeLog-2005-08-2327567 … newline for P (and other) blocks with position following the block, instead of the m_lastTextNode.