Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp248 int availableContentLogicalWidth = max(0, containerWidthInInlineDirection - marginTotal); in computeLogicalWidth() local
251 setLogicalWidth(min(availableContentLogicalWidth, maxPreferredLogicalWidth())); in computeLogicalWidth()