Searched refs:addUncommittedWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLineWidth.h62 void addUncommittedWidth(float delta) { m_uncommittedWidth += delta; } function in class:WebCore::LineWidth
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h514 m_width.addUncommittedWidth(inlineLogicalWidth(box));
589 m_width.addUncommittedWidth(inlineLogicalWidth(m_current.object()) + borderPaddingMarginStart(flowBox) + borderPaddingMarginEnd(flowBox));
624 m_width.addUncommittedWidth(replacedLogicalWidth);
626 m_width.addUncommittedWidth(replacedLogicalWidth);
798 m_width.addUncommittedWidth(hyphenWidth);
846 m_width.addUncommittedWidth(additionalTmpW);
848 m_width.addUncommittedWidth(inlineLogicalWidth(m_current.object(), true, false));
900 m_width.addUncommittedWidth(-additionalTmpW);
903 m_width.addUncommittedWidth(-hyphenWidth);
1001 m_width.addUncommittedWidth(additionalTmp
[all...]

Completed in 142 milliseconds