Lines Matching refs:fChildSuppliedWidth
296 float fChildSuppliedWidth = fCurrentColX; in RelocateTableRowCells() local
298 fContentWidthLimit > fChildSuppliedWidth) { in RelocateTableRowCells()
299 fChildSuppliedWidth = fContentWidthLimit; in RelocateTableRowCells()
302 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in RelocateTableRowCells()
1725 float fChildSuppliedWidth = absolutePos.x + size.width; in DoLayoutPositionedContainer() local
1728 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in DoLayoutPositionedContainer()
1730 if (fHiddenContentCalculatedWidth < fChildSuppliedWidth && in DoLayoutPositionedContainer()
1732 fHiddenContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()
1970 float fChildSuppliedWidth = in DoLayoutTableContainer() local
1973 fContentWidthLimit > fChildSuppliedWidth) { in DoLayoutTableContainer()
1974 fChildSuppliedWidth = fContentWidthLimit; in DoLayoutTableContainer()
1977 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in DoLayoutTableContainer()
2716 float fChildSuppliedWidth = fGroupWidths[0]; in CalculateRowChildPosition() local
2718 fContentWidthLimit > fChildSuppliedWidth) { in CalculateRowChildPosition()
2719 fChildSuppliedWidth = fContentWidthLimit; in CalculateRowChildPosition()
2722 std::max(*fContentCalculatedWidth, fChildSuppliedWidth); in CalculateRowChildPosition()