Lines Matching refs:mRepeatAutoStart

1019         mRepeatAutoStart(aRepeatAutoIndex.valueOr(0)),  in TrackSizingFunctions()
1020 mRepeatAutoEnd(mRepeatAutoStart), in TrackSizingFunctions()
1029 mRepeatAutoStart < mExpandedTracks.Length())); in TrackSizingFunctions()
1158 if (i >= mRepeatAutoStart && i < mRepeatAutoEnd) { in CalculateRepeatFillCount()
1243 MOZ_ASSERT(mRepeatAutoStart <= mRepeatAutoEnd); in SizingFor()
1245 if (index >= mRepeatAutoStart) { in SizingFor()
1248 const auto& indices = mExpandedTracks[mRepeatAutoStart]; in SizingFor()
1257 const uint32_t finalRepeatIndex = (index - mRepeatAutoStart); in SizingFor()
1307 uint32_t NumRepeatTracks() const { return mRepeatAutoEnd - mRepeatAutoStart; } in NumRepeatTracks()
1314 mRepeatAutoEnd = mRepeatAutoStart + aNumRepeatTracks; in SetNumRepeatTracks()
1328 MOZ_ASSERT(i == mRepeatAutoStart); in ExpandNonRepeatAutoTracks()
1329 mRepeatAutoStart = mExpandedTracks.Length(); in ExpandNonRepeatAutoTracks()
1330 mRepeatAutoEnd = mRepeatAutoStart + repeat.track_sizes.Length(); in ExpandNonRepeatAutoTracks()
1344 if (mHasRepeatAuto && mRepeatAutoStart > kMaxLine - 1) { in ExpandNonRepeatAutoTracks()
1366 uint32_t mRepeatAutoStart; member
1401 mRepeatAutoStart(aTracks.mRepeatAutoStart), in LineNameMap()
1411 mRepeatAutoEnd = mRepeatAutoStart; in LineNameMap()
1424 mRepeatAutoStart = styleSubgrid->fill_start; in LineNameMap()
1426 mRepeatAutoStart + possibleRepeatLength - repeatRemainder; in LineNameMap()
1455 mRepeatAutoStart <= mExpandedLineNames.Length())); in LineNameMap()
1478 if (MOZ_UNLIKELY(mHasRepeatAuto && i == mRepeatAutoStart)) { in ExpandRepeatLineNames()
1489 } else if (mHasRepeatAuto && i > mRepeatAutoStart) { in ExpandRepeatLineNames()
1518 MOZ_ASSERT(mRepeatAutoStart == mExpandedLineNames.Length()); in ExpandRepeatLineNames()
1696 uint32_t NumRepeatTracks() const { return mRepeatAutoEnd - mRepeatAutoStart; } in NumRepeatTracks()
1697 uint32_t RepeatAutoStart() const { return mRepeatAutoStart; } in RepeatAutoStart()
1840 if (aIndex > mRepeatAutoStart && aIndex < mRepeatAutoEnd) { in GetLineNamesAt()
1845 (aIndex - mRepeatAutoStart) % maxRepeatLine; in GetLineNamesAt()
1856 if (aIndex != mRepeatAutoStart && aIndex >= mRepeatAutoEnd) { in GetLineNamesAt()
1939 uint32_t mRepeatAutoStart; member in nsGridContainerFrame::LineNameMap
4340 aSizingFunctions.mRepeatAutoStart); in CalculateAdjustForAutoFitElements()
8716 ((col >= gridReflowInput.mColFunctions.mRepeatAutoStart) && in Reflow()
8736 gridReflowInput.mColFunctions.mRepeatAutoStart, in Reflow()
8758 ((row >= gridReflowInput.mRowFunctions.mRepeatAutoStart) && in Reflow()
8782 gridReflowInput.mRowFunctions.mRepeatAutoStart, in Reflow()