HomeSort by relevance Sort by last modified time
    Searched refs:containerWidthInInlineDirection (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 231 int containerWidthInInlineDirection = hasPerpendicularContainingBlock ? perpendicularContainingBlockLogicalHeight() : availableLogicalWidth;
236 setLogicalWidth(style()->logicalWidth().calcMinValue(containerWidthInInlineDirection));
247 int availableContentLogicalWidth = max(0, containerWidthInInlineDirection - marginTotal);
    [all...]
RenderBox.cpp     [all...]

Completed in 693 milliseconds