Searched refs:fChildSuppliedWidth (Results 1 – 1 of 1) sorted by relevance
263 FX_FLOAT fChildSuppliedWidth = fCurrentColX; in RelocateTableRowCells() local265 fContentWidthLimit > fChildSuppliedWidth) { in RelocateTableRowCells()266 fChildSuppliedWidth = fContentWidthLimit; in RelocateTableRowCells()269 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in RelocateTableRowCells()1681 FX_FLOAT fChildSuppliedWidth = absolutePos.x + size.width; in DoLayoutPositionedContainer() local1684 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in DoLayoutPositionedContainer()1686 if (fHiddenContentCalculatedWidth < fChildSuppliedWidth && in DoLayoutPositionedContainer()1688 fHiddenContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()1919 FX_FLOAT fChildSuppliedWidth = in DoLayoutTableContainer() local1922 fContentWidthLimit > fChildSuppliedWidth) { in DoLayoutTableContainer()[all …]