Searched refs:m_lastTextNodeEndedWithCollapsedSpace (Results 1 – 2 of 2) sorted by relevance
301 m_lastTextNodeEndedWithCollapsedSpace = false; in TextIterator()555 if (m_lastTextNodeEndedWithCollapsedSpace && hasVisibleTextNode(renderer)) { in handleTextNode()592 m_lastTextNodeEndedWithCollapsedSpace = true; // entire block is collapsed space in handleTextNode()630 bool needSpace = m_lastTextNodeEndedWithCollapsedSpace in handleTextBox()680 … m_lastTextNodeEndedWithCollapsedSpace = true; // collapsed space between runs or at the end in handleTextBox()739 if (m_lastTextNodeEndedWithCollapsedSpace) { in handleReplacedElement()1083 m_lastTextNodeEndedWithCollapsedSpace = false; in emitCharacter()1104 m_lastTextNodeEndedWithCollapsedSpace = false; in emitText()
182 bool m_lastTextNodeEndedWithCollapsedSpace; variable