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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.h58 float uncommittedWidth() const { return m_uncommittedWidth; } function in class:blink::LineWidth
H A DLineWidth.cpp147 inline static bool isWholeLineFit(const RenderBlockFlow& block, const LayoutUnit& lineTop, LayoutUnit lineHeight, float uncommittedWidth, bool shouldIndentText) argument
151 if (availableWidthAtBottom < uncommittedWidth)
H A DBreakingContextInlineHeaders.h566 float wrapW = m_width.uncommittedWidth() + inlineLogicalWidth(m_current.object(), !m_appliedStartWidth, true);

Completed in 83 milliseconds