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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.h59 float committedWidth() const { return m_committedWidth; } function in class:blink::LineWidth
H A DBreakingContextInlineHeaders.h570 bool breakWords = m_currentStyle->breakWords() && ((m_autoWrap && !m_width.committedWidth()) || m_currWS == PRE);
621 charWidth = textWidth(renderText, m_current.offset(), midWordBreakIsBeforeSurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isFixedPitch, m_collapseWhiteSpace);
622 midWordBreak = m_width.committedWidth() + wrapW + charWidth > m_width.availableWidth();
675 if (!m_width.committedWidth() && m_autoWrap && !m_width.fitsOnLine())
840 if (m_width.committedWidth() && !m_width.fitsOnLine() && m_lineBreak.object() && m_currWS == NOWRAP) {
857 if (!m_width.fitsOnLine() && !m_width.committedWidth())
874 if (m_width.committedWidth()) {
888 } else if (m_blockStyle->autoWrap() && !m_width.fitsOnLine() && !m_width.committedWidth()) {

Completed in 96 milliseconds