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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp3166 Length tableCellWidth = toRenderTableCell(this)->styleOrColLogicalWidth(); local
3167 if (tableCellWidth.isFixed() && tableCellWidth.value() > 0)
3168 maxLogicalWidth = std::max(minLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(tableCellWidth.value()));

Completed in 259 milliseconds