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 232 int containerWidthInInlineDirection = hasPerpendicularContainingBlock ? perpendicularContainingBlockLogicalHeight() : availableLogicalWidth;
237 setLogicalWidth(style()->logicalWidth().calcMinValue(containerWidthInInlineDirection));
248 int availableContentLogicalWidth = max(0, containerWidthInInlineDirection - marginTotal);
    [all...]
RenderBox.cpp     [all...]

Completed in 55 milliseconds