Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h74 , m_autoWrap(false) in BreakingContext()
143 bool m_autoWrap; variable
251 m_autoWrap = RenderStyle::autoWrap(m_currWS); in initializeForCurrentObject()
252 m_autoWrapWasEverTrueOnLine = m_autoWrapWasEverTrueOnLine || m_autoWrap; in initializeForCurrentObject()
449 …if ((m_autoWrap || RenderStyle::autoWrap(m_lastWS)) && (!m_current.object()->isImage() || m_allowI… in handleReplaced()
541 if (m_autoWrap && !RenderStyle::autoWrap(m_lastWS) && m_ignoringSpaces) { in handleText()
570 …bool breakWords = m_currentStyle->breakWords() && ((m_autoWrap && !m_width.committedWidth()) || m_… in handleText()
572 bool breakAll = m_currentStyle->wordBreak() == BreakAllWordBreak && m_autoWrap; in handleText()
611 if (c == softHyphen && m_autoWrap && !hyphenWidth) { in handleText()
675 if (!m_width.committedWidth() && m_autoWrap && !m_width.fitsOnLine()) in handleText()
[all …]