Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3887 Length tableCellWidth = toRenderTableCell(this)->styleOrColLogicalWidth(); in computeIntrinsicLogicalWidths() local
3888 if (tableCellWidth.isFixed() && tableCellWidth.value() > 0) in computeIntrinsicLogicalWidths()
3889 …icalWidth = max(minLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(tableCellWidth.value())); in computeIntrinsicLogicalWidths()