HomeSort by relevance Sort by last modified time
    Searched refs:committedWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.h 59 float committedWidth() const { return m_committedWidth; }
BreakingContextInlineHeaders.h 570 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())
    [all...]

Completed in 174 milliseconds