Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h174 LayoutUnit getFlowSpacingLogicalWidth();
DInlineFlowBox.cpp63 LayoutUnit InlineFlowBox::getFlowSpacingLogicalWidth() in getFlowSpacingLogicalWidth() function in WebCore::InlineFlowBox
68 totWidth += toInlineFlowBox(curr)->getFlowSpacingLogicalWidth(); in getFlowSpacingLogicalWidth()
DRenderBlockLineLayout.cpp691 float totalLogicalWidth = lineBox->getFlowSpacingLogicalWidth(); in computeInlineDirectionPositionsForSegment()