Searched defs:availableLogicalWidth (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 376 …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
|
D | RenderBox.h | 312 virtual int availableLogicalWidth() const { return contentLogicalWidth(); } in availableLogicalWidth() function
|
D | RenderTable.cpp | 230 int availableLogicalWidth = containingBlockLogicalWidthForContent(); in computeLogicalWidth() local
|
D | RenderBox.cpp | 1679 int RenderBox::computeLogicalWidthUsing(LogicalWidthType widthType, int availableLogicalWidth) in computeLogicalWidthUsing()
|
D | RenderBlock.cpp | 4290 int RenderBlock::availableLogicalWidth() const in availableLogicalWidth() function in WebCore::RenderBlock
|