Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.h34 enum LogicalWidthType { LogicalWidth, MinLogicalWidth, MaxLogicalWidth }; enum
298 bool sizesToIntrinsicLogicalWidth(LogicalWidthType) const;
301 int computeLogicalWidthUsing(LogicalWidthType, int availableLogicalWidth);
DRenderBox.cpp1679 int RenderBox::computeLogicalWidthUsing(LogicalWidthType widthType, int availableLogicalWidth) in computeLogicalWidthUsing()
1706 bool RenderBox::sizesToIntrinsicLogicalWidth(LogicalWidthType widthType) const in sizesToIntrinsicLogicalWidth()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0647271 …uteWidthUsing to be block-flow-aware. Rename the WidthType enum to LogicalWidthType. Make comput…