Searched refs:LogicalWidthType (Results 1 – 3 of 3) sorted by relevance
34 enum LogicalWidthType { LogicalWidth, MinLogicalWidth, MaxLogicalWidth }; enum298 bool sizesToIntrinsicLogicalWidth(LogicalWidthType) const;301 int computeLogicalWidthUsing(LogicalWidthType, int availableLogicalWidth);
1679 int RenderBox::computeLogicalWidthUsing(LogicalWidthType widthType, int availableLogicalWidth) in computeLogicalWidthUsing()1706 bool RenderBox::sizesToIntrinsicLogicalWidth(LogicalWidthType widthType) const in sizesToIntrinsicLogicalWidth()
47271 …uteWidthUsing to be block-flow-aware. Rename the WidthType enum to LogicalWidthType. Make comput…