Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp294 Length styleMinLogicalWidth = style()->logicalMinWidth(); in updateLogicalWidth() local
295 …if ((styleMinLogicalWidth.isSpecified() && !styleMinLogicalWidth.isNegative()) || styleMinLogicalW… in updateLogicalWidth()
296 …computedMinLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMinLogicalWidth, availableL… in updateLogicalWidth()