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

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

Completed in 137 milliseconds