Lines Matching refs:mRepeatAutoStart

1025         mRepeatAutoStart(aRepeatAutoIndex.valueOr(0)),  in TrackSizingFunctions()
1026 mRepeatAutoEnd(mRepeatAutoStart), in TrackSizingFunctions()
1042 MOZ_ASSERT(mRepeatAutoStart < mExpandedTracks.Length()); in TrackSizingFunctions()
1129 if (MOZ_UNLIKELY(mRepeatAutoStart >= maxTrack)) { in InitRepeatTracks()
1131 mRepeatAutoStart = 0; in InitRepeatTracks()
1139 repeatTracks = std::min(repeatTracks, maxTrack - mRepeatAutoStart); in InitRepeatTracks()
1194 if (i >= mRepeatAutoStart && i < mRepeatAutoEnd) { in CalculateRepeatFillCount()
1278 MOZ_ASSERT(mRepeatAutoStart <= mRepeatAutoEnd); in SizingFor()
1280 if (index >= mRepeatAutoStart) { in SizingFor()
1283 const auto& indices = mExpandedTracks[mRepeatAutoStart]; in SizingFor()
1292 const uint32_t finalRepeatIndex = (index - mRepeatAutoStart); in SizingFor()
1342 uint32_t NumRepeatTracks() const { return mRepeatAutoEnd - mRepeatAutoStart; } in NumRepeatTracks()
1349 mRepeatAutoEnd = mRepeatAutoStart + aNumRepeatTracks; in SetNumRepeatTracks()
1363 MOZ_ASSERT(i == mRepeatAutoStart); in ExpandNonRepeatAutoTracks()
1364 mRepeatAutoStart = mExpandedTracks.Length(); in ExpandNonRepeatAutoTracks()
1365 mRepeatAutoEnd = mRepeatAutoStart + repeat.track_sizes.Length(); in ExpandNonRepeatAutoTracks()
1379 if (mHasRepeatAuto && mRepeatAutoStart > kMaxLine - 1) { in ExpandNonRepeatAutoTracks()
1401 uint32_t mRepeatAutoStart; member
1436 mRepeatAutoStart(aTracks.mRepeatAutoStart), in LineNameMap()
1446 mRepeatAutoEnd = mRepeatAutoStart; in LineNameMap()
1459 mRepeatAutoStart = styleSubgrid->fill_start; in LineNameMap()
1461 mRepeatAutoStart + possibleRepeatLength - repeatRemainder; in LineNameMap()
1490 mRepeatAutoStart <= mExpandedLineNames.Length())); in LineNameMap()
1513 if (MOZ_UNLIKELY(mHasRepeatAuto && i == mRepeatAutoStart)) { in ExpandRepeatLineNames()
1524 } else if (mHasRepeatAuto && i > mRepeatAutoStart) { in ExpandRepeatLineNames()
1556 mRepeatAutoStart == mExpandedLineNames.Length()); in ExpandRepeatLineNames()
1734 uint32_t NumRepeatTracks() const { return mRepeatAutoEnd - mRepeatAutoStart; } in NumRepeatTracks()
1735 uint32_t RepeatAutoStart() const { return mRepeatAutoStart; } in RepeatAutoStart()
1878 if (aIndex > mRepeatAutoStart && aIndex < mRepeatAutoEnd) { in GetLineNamesAt()
1883 (aIndex - mRepeatAutoStart) % maxRepeatLine; in GetLineNamesAt()
1894 if (aIndex != mRepeatAutoStart && aIndex >= mRepeatAutoEnd) { in GetLineNamesAt()
1977 uint32_t mRepeatAutoStart; member in nsGridContainerFrame::LineNameMap
4379 aSizingFunctions.mRepeatAutoStart); in CalculateAdjustForAutoFitElements()
8817 ((col >= gridReflowInput.mColFunctions.mRepeatAutoStart) && in Reflow()
8837 gridReflowInput.mColFunctions.mRepeatAutoStart, in Reflow()
8859 ((row >= gridReflowInput.mRowFunctions.mRepeatAutoStart) && in Reflow()
8883 gridReflowInput.mRowFunctions.mRepeatAutoStart, in Reflow()