Searched refs:fChildSuppliedWidth (Results 1 – 1 of 1) sorted by relevance
296 float fChildSuppliedWidth = fCurrentColX; in RelocateTableRowCells() local298 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() local1728 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in DoLayoutPositionedContainer()1730 if (fHiddenContentCalculatedWidth < fChildSuppliedWidth && in DoLayoutPositionedContainer()1732 fHiddenContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()1970 float fChildSuppliedWidth = in DoLayoutTableContainer() local1973 fContentWidthLimit > fChildSuppliedWidth) { in DoLayoutTableContainer()[all …]