Searched refs:m_preservesNewline (Results 1 – 1 of 1) sorted by relevance
67 , m_preservesNewline(false) in BreakingContext()136 bool m_preservesNewline; variable254 …m_preservesNewline = m_current.object()->isSVGInlineText() ? false : RenderStyle::preserveNewline(… in initializeForCurrentObject()606 …eIfPreWap = m_currentCharacterIsSpace = c == ' ' || c == '\t' || (!m_preservesNewline && (c == '\n… in handleText()727 if (c == '\n' && m_preservesNewline) { in handleText()