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

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.h34 enum LogicalWidthType { LogicalWidth, MinLogicalWidth, MaxLogicalWidth }; enumerator in enum:WebCore::LogicalWidthType
H A DRenderBox.cpp1632 // Calculate MinLogicalWidth
1633 int minLogicalWidth = computeLogicalWidthUsing(MinLogicalWidth, containerWidthInInlineDirection);
1680 else if (widthType == MinLogicalWidth)

Completed in 48 milliseconds