Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp285 …LayoutUnit computedMaxLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMaxLogicalWidth,… in updateLogicalWidth() local
286 setLogicalWidth(min<int>(logicalWidth(), computedMaxLogicalWidth)); in updateLogicalWidth()