Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.h34 enum LogicalWidthType { LogicalWidth, MinLogicalWidth, MaxLogicalWidth }; enumerator
DRenderBox.cpp1638 … int minLogicalWidth = computeLogicalWidthUsing(MinLogicalWidth, containerWidthInInlineDirection); in computeLogicalWidth()
1685 else if (widthType == MinLogicalWidth) in computeLogicalWidthUsing()