Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLineWidth.h51 bool fitsOnLine() const { return currentWidth() <= (m_availableWidth + LayoutUnit::epsilon()); } in fitsOnLine() function
52 …bool fitsOnLine(float extra) const { return currentWidth() + extra <= (m_availableWidth + LayoutUn… in fitsOnLine() function
DLineWidth.cpp147 ASSERT(!fitsOnLine()); in fitBelowFloats()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h261 if (m_width.fitsOnLine() || m_lastWS == NOWRAP) in clearLineBreakIfFitsOnLine()
425 if (m_width.fitsOnLine()) { in handleBR()
527 if (m_floatsFitOnLine && m_width.fitsOnLine(m_block->logicalWidthForFloat(floatingObject))) { in handleFloat()
857 if (!m_width.committedWidth() && m_autoWrap && !m_width.fitsOnLine()) in handleText()
864 …if (m_width.fitsOnLine() && m_currentCharacterIsSpace && m_currentStyle->breakOnlyAfterWhiteSpace(… in handleText()
871 if (!m_width.fitsOnLine(charWidth)) { in handleText()
877 if (lineWasTooWide || !m_width.fitsOnLine()) { in handleText()
1004 if (!m_width.fitsOnLine()) { in handleText()
1016 …if (m_width.committedWidth() && !m_width.fitsOnLine() && m_lineBreak.object() && m_currWS == NOWRA… in commitAndUpdateLineBreakIfNeeded()
1033 if (!m_width.fitsOnLine() && !m_width.committedWidth()) in commitAndUpdateLineBreakIfNeeded()
[all …]