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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp287 LayoutUnit computedMaxLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMaxLogicalWidth, availableLogicalWidth); local
288 setLogicalWidth(std::min<int>(logicalWidth(), computedMaxLogicalWidth));

Completed in 111 milliseconds