Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DAutoTableLayout.cpp263 const Length& styleMaxLogicalWidth = m_table->style()->logicalMaxWidth(); in applyPreferredLogicalWidthQuirks() local
264 if (styleMaxLogicalWidth.isFixed() && !styleMaxLogicalWidth.isNegative()) { in applyPreferredLogicalWidthQuirks()
265 minWidth = std::min<int>(minWidth, styleMaxLogicalWidth.value()); in applyPreferredLogicalWidthQuirks()
DRenderTable.cpp285 Length styleMaxLogicalWidth = style()->logicalMaxWidth(); in updateLogicalWidth() local
286 …if ((styleMaxLogicalWidth.isSpecified() && !styleMaxLogicalWidth.isNegative()) || styleMaxLogicalW… in updateLogicalWidth()
287 …computedMaxLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMaxLogicalWidth, availableL… in updateLogicalWidth()