Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp66 LayoutUnit totWidth = marginBorderPaddingLogicalLeft() + marginBorderPaddingLogicalRight(); in getFlowSpacingLogicalWidth() local
69 totWidth += toInlineFlowBox(curr)->getFlowSpacingLogicalWidth(); in getFlowSpacingLogicalWidth()
71 return totWidth; in getFlowSpacingLogicalWidth()