Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.h68 void fitBelowFloats(bool isFirstLine = false);
DBreakingContextInlineHeaders.h676 m_width.fitBelowFloats(m_lineInfo.isFirstLine()); in handleText()
858 m_width.fitBelowFloats(m_lineInfo.isFirstLine()); in commitAndUpdateLineBreakIfNeeded()
879 m_width.fitBelowFloats(m_lineInfo.isFirstLine()); in commitAndUpdateLineBreakIfNeeded()
891 m_width.fitBelowFloats(m_lineInfo.isFirstLine()); in commitAndUpdateLineBreakIfNeeded()
DLineWidth.cpp180 void LineWidth::fitBelowFloats(bool isFirstLine) in fitBelowFloats() function in blink::LineWidth