Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp283 Length styleMaxLogicalWidth = style()->logicalMaxWidth(); in updateLogicalWidth() local
284 …if ((styleMaxLogicalWidth.isSpecified() && !styleMaxLogicalWidth.isNegative()) || styleMaxLogicalW… in updateLogicalWidth()
285 …computedMaxLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMaxLogicalWidth, availableL… in updateLogicalWidth()