Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.cpp147 …low& block, const LayoutUnit& lineTop, LayoutUnit lineHeight, float uncommittedWidth, bool shouldI… in isWholeLineFit() argument
151 if (availableWidthAtBottom < uncommittedWidth) in isWholeLineFit()
DLineWidth.h58 float uncommittedWidth() const { return m_uncommittedWidth; } in uncommittedWidth() function
DBreakingContextInlineHeaders.h566 …float wrapW = m_width.uncommittedWidth() + inlineLogicalWidth(m_current.object(), !m_appliedStartW… in handleText()