HomeSort by relevance Sort by last modified time
    Searched refs:addUncommittedWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.h 65 void addUncommittedWidth(float delta) { m_uncommittedWidth += delta; }
BreakingContextInlineHeaders.h 361 m_width.addUncommittedWidth(inlineLogicalWidth(box).toFloat());
438 m_width.addUncommittedWidth((inlineLogicalWidth(m_current.object()) + borderPaddingMarginStart(flowBox) + borderPaddingMarginEnd(flowBox)).toFloat());
473 m_width.addUncommittedWidth(replacedLogicalWidth.toFloat());
475 m_width.addUncommittedWidth(replacedLogicalWidth.toFloat());
613 m_width.addUncommittedWidth(hyphenWidth);
663 m_width.addUncommittedWidth(additionalTempWidth);
669 m_width.addUncommittedWidth(inlineLogicalWidth(m_current.object(), true, false).toFloat());
    [all...]

Completed in 44 milliseconds