Home
last modified time | relevance | path

Searched defs:availableLogicalWidth (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp376 …diRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) in updateLogicalWidthForLeftAlignedBlock()
392 …diRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) in updateLogicalWidthForRightAlignedBlock()
414 …diRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) in updateLogicalWidthForCenterAlignedBlock()
433 … float availableLogicalWidth = logicalRightOffsetForLine(logicalHeight(), firstLine) - logicalLeft; in computeInlineDirectionPositionsForLine() local
DRenderBox.h312 virtual int availableLogicalWidth() const { return contentLogicalWidth(); } in availableLogicalWidth() function
DRenderTable.cpp230 int availableLogicalWidth = containingBlockLogicalWidthForContent(); in computeLogicalWidth() local
DRenderBox.cpp1679 int RenderBox::computeLogicalWidthUsing(LogicalWidthType widthType, int availableLogicalWidth) in computeLogicalWidthUsing()
DRenderBlock.cpp4290 int RenderBlock::availableLogicalWidth() const in availableLogicalWidth() function in WebCore::RenderBlock