Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h67 , m_preservesNewline(false) in BreakingContext()
136 bool m_preservesNewline; variable
254m_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()