Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp272 …LayoutUnit availableContentLogicalWidth = max<LayoutUnit>(0, containerWidthInInlineDirection - mar… in updateLogicalWidth() local
275availableContentLogicalWidth = shrinkLogicalWidthToAvoidFloats(marginStart, marginEnd, toRenderBlo… in updateLogicalWidth()
279 setLogicalWidth(min<int>(availableContentLogicalWidth, maxPreferredLogicalWidth())); in updateLogicalWidth()