Home
last modified time | relevance | path

Searched refs:mRepeatAutoStart (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGridContainerFrame.cpp956 , mRepeatAutoStart(aGridTemplate.HasRepeatAuto() ? in LineNameMap()
1077 if (aIndex <= mRepeatAutoStart) { in Contains()
1091 const uint32_t mRepeatAutoStart; member in nsGridContainerFrame::LineNameMap
1119 , mRepeatAutoEnd(mRepeatAutoStart) in TrackSizingFunctions()
1180 if (i == mRepeatAutoStart) { in CalculateRepeatFillCount()
1258 if (index >= mRepeatAutoStart) { in MinSizingFor()
1260 return mMinSizingFunctions[mRepeatAutoStart]; in MinSizingFor()
1273 if (index >= mRepeatAutoStart) { in MaxSizingFor()
1275 return mMaxSizingFunctions[mRepeatAutoStart]; in MaxSizingFor()
1288 return mRepeatAutoEnd - mRepeatAutoStart; in NumRepeatTracks()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsGridContainerFrame.cpp1026 mRepeatAutoEnd(mRepeatAutoStart), in TrackSizingFunctions()
1131 mRepeatAutoStart = 0; in InitRepeatTracks()
1278 MOZ_ASSERT(mRepeatAutoStart <= mRepeatAutoEnd); in SizingFor()
1280 if (index >= mRepeatAutoStart) { in SizingFor()
1363 MOZ_ASSERT(i == mRepeatAutoStart); in ExpandNonRepeatAutoTracks()
1364 mRepeatAutoStart = mExpandedTracks.Length(); 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()
[all …]
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsGridContainerFrame.cpp1032 mRepeatAutoEnd(mRepeatAutoStart), in TrackSizingFunctions()
1137 mRepeatAutoStart = 0; in InitRepeatTracks()
1284 MOZ_ASSERT(mRepeatAutoStart <= mRepeatAutoEnd); in SizingFor()
1286 if (index >= mRepeatAutoStart) { in SizingFor()
1369 MOZ_ASSERT(i == mRepeatAutoStart); in ExpandNonRepeatAutoTracks()
1370 mRepeatAutoStart = mExpandedTracks.Length(); in ExpandNonRepeatAutoTracks()
1407 uint32_t mRepeatAutoStart; member
1442 mRepeatAutoStart(aTracks.mRepeatAutoStart), in LineNameMap()
1452 mRepeatAutoEnd = mRepeatAutoStart; in LineNameMap()
1465 mRepeatAutoStart = styleSubgrid->fill_start; in LineNameMap()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsGridContainerFrame.cpp1026 mRepeatAutoEnd(mRepeatAutoStart), in TrackSizingFunctions()
1131 mRepeatAutoStart = 0; in InitRepeatTracks()
1278 MOZ_ASSERT(mRepeatAutoStart <= mRepeatAutoEnd); in SizingFor()
1280 if (index >= mRepeatAutoStart) { in SizingFor()
1363 MOZ_ASSERT(i == mRepeatAutoStart); in ExpandNonRepeatAutoTracks()
1364 mRepeatAutoStart = mExpandedTracks.Length(); 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()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsGridContainerFrame.cpp687 mRepeatAutoStart( in LineNameMap()
803 if (aIndex <= mRepeatAutoStart) { in Contains()
817 const uint32_t mRepeatAutoStart; member in nsGridContainerFrame::LineNameMap
842 mRepeatAutoStart( in TrackSizingFunctions()
844 mRepeatAutoEnd(mRepeatAutoStart), in TrackSizingFunctions()
901 if (i == mRepeatAutoStart) { in CalculateRepeatFillCount()
977 if (index >= mRepeatAutoStart) { in MinSizingFor()
979 return mMinSizingFunctions[mRepeatAutoStart]; in MinSizingFor()
991 if (index >= mRepeatAutoStart) { in MaxSizingFor()
993 return mMaxSizingFunctions[mRepeatAutoStart]; in MaxSizingFor()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsGridContainerFrame.cpp1019 mRepeatAutoStart(aRepeatAutoIndex.valueOr(0)), in TrackSizingFunctions()
1020 mRepeatAutoEnd(mRepeatAutoStart), in TrackSizingFunctions()
1243 MOZ_ASSERT(mRepeatAutoStart <= mRepeatAutoEnd); in SizingFor()
1245 if (index >= mRepeatAutoStart) { in SizingFor()
1328 MOZ_ASSERT(i == mRepeatAutoStart); in ExpandNonRepeatAutoTracks()
1329 mRepeatAutoStart = mExpandedTracks.Length(); 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()
[all …]