Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTextIterator.h130 Node* m_lastTextNode; variable
198 Node* m_lastTextNode; variable
DTextIterator.cpp312 m_lastTextNode = 0; in TextIterator()
439 m_lastTextNode = m_node; in handleTextNode()
495 if (m_lastTextNode == m_node && runStart > 0 && str[runStart - 1] == ' ') { in handleTextBox()
562 emitCharacter(' ', m_lastTextNode->parentNode(), m_lastTextNode, 1, 1); in handleReplacedElement()
846 if (m_lastTextNode && shouldEmitNewlineAfterNode(m_node)) { in exitNode()
991 m_lastTextNode = 0; in SimplifiedBackwardsTextIterator()
1073 m_lastTextNode = m_node; in handleTextNode()
/external/webkit/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.