Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp234 LengthType logicalWidthType = style()->logicalWidth().type(); in computeLogicalWidth() local
235 if (logicalWidthType > Relative && style()->logicalWidth().isPositive()) { in computeLogicalWidth()