Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h92 Length styleWidth = style()->logicalWidth(); in styleOrColLogicalWidth() local
93 if (!styleWidth.isAuto()) in styleOrColLogicalWidth()
94 return styleWidth; in styleOrColLogicalWidth()
96 return logicalWidthFromColumns(firstColumn, styleWidth); in styleOrColLogicalWidth()
97 return styleWidth; in styleOrColLogicalWidth()