Searched refs:m_currWS (Results 1 – 1 of 1) sorted by relevance
65 , m_currWS(NORMAL) in BreakingContext()133 EWhiteSpace m_currWS; variable248 …m_currWS = m_current.object()->isReplaced() ? m_current.object()->parent()->style()->whiteSpace() … in initializeForCurrentObject()251 m_autoWrap = RenderStyle::autoWrap(m_currWS); in initializeForCurrentObject()254 …esNewline = m_current.object()->isSVGInlineText() ? false : RenderStyle::preserveNewline(m_currWS); in initializeForCurrentObject()256 m_collapseWhiteSpace = RenderStyle::collapseWhiteSpace(m_currWS); in initializeForCurrentObject()570 …s = m_currentStyle->breakWords() && ((m_autoWrap && !m_width.committedWidth()) || m_currWS == PRE); in handleText()626 …bool betweenWords = c == '\n' || (m_currWS != PRE && !m_atStart && isBreakable(m_renderTextInfo.m_… in handleText()840 …if (m_width.committedWidth() && !m_width.fitsOnLine() && m_lineBreak.object() && m_currWS == NOWRA… in commitAndUpdateLineBreakIfNeeded()