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.h88 Length styleWidth = style()->logicalWidth(); in styleOrColLogicalWidth() local
89 if (!styleWidth.isAuto()) in styleOrColLogicalWidth()
90 return styleWidth; in styleOrColLogicalWidth()
92 return logicalWidthFromColumns(firstColumn, styleWidth); in styleOrColLogicalWidth()
93 return styleWidth; in styleOrColLogicalWidth()