Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h570 …bool breakWords = m_currentStyle->breakWords() && ((m_autoWrap && !m_width.committedWidth()) || m_… in handleText()
621 …t.offset(), midWordBreakIsBeforeSurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isF… in handleText()
622 midWordBreak = m_width.committedWidth() + wrapW + charWidth > m_width.availableWidth(); in handleText()
675 if (!m_width.committedWidth() && m_autoWrap && !m_width.fitsOnLine()) in handleText()
840 …if (m_width.committedWidth() && !m_width.fitsOnLine() && m_lineBreak.object() && m_currWS == NOWRA… in commitAndUpdateLineBreakIfNeeded()
857 if (!m_width.fitsOnLine() && !m_width.committedWidth()) in commitAndUpdateLineBreakIfNeeded()
874 if (m_width.committedWidth()) { in commitAndUpdateLineBreakIfNeeded()
888 } else if (m_blockStyle->autoWrap() && !m_width.fitsOnLine() && !m_width.committedWidth()) { in commitAndUpdateLineBreakIfNeeded()
DLineWidth.h59 float committedWidth() const { return m_committedWidth; } in committedWidth() function