Home
last modified time | relevance | path

Searched refs:aLineNames (Results 1 – 20 of 20) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/grid/
H A DGridLines.cpp50 static void AddLineNameIfNotPresent(nsTArray<nsString>& aLineNames, in AddLineNameIfNotPresent() argument
52 if (!aLineNames.Contains(aName)) { in AddLineNameIfNotPresent()
53 aLineNames.AppendElement(aName); in AddLineNameIfNotPresent()
57 static void AddLineNamesIfNotPresent(nsTArray<nsString>& aLineNames, in AddLineNamesIfNotPresent() argument
60 AddLineNameIfNotPresent(aLineNames, name); in AddLineNamesIfNotPresent()
211 uint32_t aNumLeadingTracks, nsTArray<nsString>& aLineNames) { in AppendRemovedAutoFits() argument
215 if (!aLineNames.Contains(beforeName)) { in AppendRemovedAutoFits()
233 for (const auto& name : aLineNames) { in AppendRemovedAutoFits()
240 aLineNames.RemoveElement(extractedName); in AppendRemovedAutoFits()
278 aLineNames = aLineInfo->mNamesAfter; in AppendRemovedAutoFits()
[all …]
H A DGridLines.h48 nsTArray<nsString>& aLineNames);
/dports/www/firefox-esr/firefox-91.8.0/dom/grid/
H A DGridLines.cpp50 static void AddLineNameIfNotPresent(nsTArray<RefPtr<nsAtom>>& aLineNames, in AddLineNameIfNotPresent() argument
52 if (!aLineNames.Contains(aName)) { in AddLineNameIfNotPresent()
53 aLineNames.AppendElement(aName); in AddLineNameIfNotPresent()
57 static void AddLineNamesIfNotPresent(nsTArray<RefPtr<nsAtom>>& aLineNames, in AddLineNamesIfNotPresent() argument
60 AddLineNameIfNotPresent(aLineNames, name); in AddLineNamesIfNotPresent()
308 for (const auto& name : aLineNames) { in AppendRemovedAutoFits()
315 aLineNames.RemoveElement(extractedName); in AppendRemovedAutoFits()
320 AddLineNamesIfNotPresent(aLineNames, aLineInfo->mNamesBefore); in AppendRemovedAutoFits()
349 aLineNames = aLineInfo->mNamesAfter.Clone(); in AppendRemovedAutoFits()
359 AddLineNamesIfNotPresent(aLineNames, explicitLineNames); in AppendRemovedAutoFits()
[all …]
H A DGridLines.h56 nsTArray<RefPtr<nsAtom>>& aLineNames);
/dports/www/firefox/firefox-99.0/dom/grid/
H A DGridLines.cpp50 static void AddLineNameIfNotPresent(nsTArray<RefPtr<nsAtom>>& aLineNames, in AddLineNameIfNotPresent() argument
52 if (!aLineNames.Contains(aName)) { in AddLineNameIfNotPresent()
53 aLineNames.AppendElement(aName); in AddLineNameIfNotPresent()
57 static void AddLineNamesIfNotPresent(nsTArray<RefPtr<nsAtom>>& aLineNames, in AddLineNamesIfNotPresent() argument
60 AddLineNameIfNotPresent(aLineNames, name); in AddLineNamesIfNotPresent()
308 for (const auto& name : aLineNames) { in AppendRemovedAutoFits()
315 aLineNames.RemoveElement(extractedName); in AppendRemovedAutoFits()
320 AddLineNamesIfNotPresent(aLineNames, aLineInfo->mNamesBefore); in AppendRemovedAutoFits()
349 aLineNames = aLineInfo->mNamesAfter.Clone(); in AppendRemovedAutoFits()
359 AddLineNamesIfNotPresent(aLineNames, explicitLineNames); in AppendRemovedAutoFits()
[all …]
H A DGridLines.h56 nsTArray<RefPtr<nsAtom>>& aLineNames);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/grid/
H A DGridLines.cpp50 static void AddLineNameIfNotPresent(nsTArray<RefPtr<nsAtom>>& aLineNames, in AddLineNameIfNotPresent() argument
52 if (!aLineNames.Contains(aName)) { in AddLineNameIfNotPresent()
53 aLineNames.AppendElement(aName); in AddLineNameIfNotPresent()
57 static void AddLineNamesIfNotPresent(nsTArray<RefPtr<nsAtom>>& aLineNames, in AddLineNamesIfNotPresent() argument
60 AddLineNameIfNotPresent(aLineNames, name); in AddLineNamesIfNotPresent()
308 for (const auto& name : aLineNames) { in AppendRemovedAutoFits()
315 aLineNames.RemoveElement(extractedName); in AppendRemovedAutoFits()
320 AddLineNamesIfNotPresent(aLineNames, aLineInfo->mNamesBefore); in AppendRemovedAutoFits()
349 aLineNames = aLineInfo->mNamesAfter.Clone(); in AppendRemovedAutoFits()
359 AddLineNamesIfNotPresent(aLineNames, explicitLineNames); in AppendRemovedAutoFits()
[all …]
H A DGridLines.h56 nsTArray<RefPtr<nsAtom>>& aLineNames);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/grid/
H A DGridLines.cpp51 static void AddLineNameIfNotPresent(nsTArray<RefPtr<nsAtom>>& aLineNames, in AddLineNameIfNotPresent() argument
53 if (!aLineNames.Contains(aName)) { in AddLineNameIfNotPresent()
54 aLineNames.AppendElement(aName); in AddLineNameIfNotPresent()
58 static void AddLineNamesIfNotPresent(nsTArray<RefPtr<nsAtom>>& aLineNames, in AddLineNamesIfNotPresent() argument
61 AddLineNameIfNotPresent(aLineNames, name); in AddLineNamesIfNotPresent()
309 for (const auto& name : aLineNames) { in AppendRemovedAutoFits()
316 aLineNames.RemoveElement(extractedName); in AppendRemovedAutoFits()
321 AddLineNamesIfNotPresent(aLineNames, aLineInfo->mNamesBefore); in AppendRemovedAutoFits()
350 aLineNames = aLineInfo->mNamesAfter.Clone(); in AppendRemovedAutoFits()
360 AddLineNamesIfNotPresent(aLineNames, explicitLineNames); in AppendRemovedAutoFits()
[all …]
H A DGridLines.h56 nsTArray<RefPtr<nsAtom>>& aLineNames);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/grid/
H A DGridLines.cpp174 nsTArray<nsString>& aLineNames) in AppendRemovedAutoFits() argument
179 if (!aLineNames.Contains(beforeName)) { in AppendRemovedAutoFits()
198 for (const auto& name : aLineNames) { in AppendRemovedAutoFits()
205 aLineNames.RemoveElement(extractedName); in AppendRemovedAutoFits()
213 aLineNames.AppendElements(aLineInfo->mNamesBefore); in AppendRemovedAutoFits()
219 aLineNames, in AppendRemovedAutoFits()
229 aLineNames = aLineInfo->mNamesAfter; in AppendRemovedAutoFits()
238 aLineNames.AppendElements(explicitLineNames); in AppendRemovedAutoFits()
244 aLineNames.AppendElements(aLineInfo->mNamesBefore); in AppendRemovedAutoFits()
H A DGridLines.h53 nsTArray<nsString>& aLineNames);
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsComputedDOMStyle.cpp1434 Span<const StyleCustomIdent> aLineNames, in AppendGridLineNames() argument
1436 if (aLineNames.IsEmpty()) { in AppendGridLineNames()
1442 uint32_t numLines = aLineNames.Length(); in AppendGridLineNames()
1450 nsDependentAtomString(aLineNames[i].AsAtom()), name); in AppendGridLineNames()
1464 Span<const StyleCustomIdent> aLineNames, in AppendGridLineNames() argument
1466 if (aLineNames.IsEmpty() && aSuppressEmptyList) { in AppendGridLineNames()
1471 AppendGridLineNames(lineNamesString, aLineNames, Brackets::Yes); in AppendGridLineNames()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsComputedDOMStyle.cpp1394 Span<const StyleCustomIdent> aLineNames, in AppendGridLineNames() argument
1396 if (aLineNames.IsEmpty()) { in AppendGridLineNames()
1402 uint32_t numLines = aLineNames.Length(); in AppendGridLineNames()
1408 nsDependentAtomString(aLineNames[i].AsAtom()), aResult); in AppendGridLineNames()
1420 Span<const StyleCustomIdent> aLineNames, in AppendGridLineNames() argument
1422 if (aLineNames.IsEmpty() && aSuppressEmptyList) { in AppendGridLineNames()
1427 AppendGridLineNames(lineNamesString, aLineNames, Brackets::Yes); in AppendGridLineNames()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsComputedDOMStyle.cpp1389 Span<const StyleCustomIdent> aLineNames, in AppendGridLineNames() argument
1391 if (aLineNames.IsEmpty()) { in AppendGridLineNames()
1397 uint32_t numLines = aLineNames.Length(); in AppendGridLineNames()
1405 nsDependentAtomString(aLineNames[i].AsAtom()), name); in AppendGridLineNames()
1419 Span<const StyleCustomIdent> aLineNames, in AppendGridLineNames() argument
1421 if (aLineNames.IsEmpty() && aSuppressEmptyList) { in AppendGridLineNames()
1426 AppendGridLineNames(lineNamesString, aLineNames, Brackets::Yes); in AppendGridLineNames()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsComputedDOMStyle.cpp1389 Span<const StyleCustomIdent> aLineNames, in AppendGridLineNames() argument
1391 if (aLineNames.IsEmpty()) { in AppendGridLineNames()
1397 uint32_t numLines = aLineNames.Length(); in AppendGridLineNames()
1405 nsDependentAtomString(aLineNames[i].AsAtom()), name); in AppendGridLineNames()
1419 Span<const StyleCustomIdent> aLineNames, in AppendGridLineNames() argument
1421 if (aLineNames.IsEmpty() && aSuppressEmptyList) { in AppendGridLineNames()
1426 AppendGridLineNames(lineNamesString, aLineNames, Brackets::Yes); in AppendGridLineNames()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsComputedDOMStyle.h207 const nsTArray<nsString>& aLineNames);
211 const nsTArray<nsString>& aLineNames,
H A DnsComputedDOMStyle.cpp2856 nsString& aResult, const nsTArray<nsString>& aLineNames) { in AppendGridLineNames() argument
2857 uint32_t numLines = aLineNames.Length(); in AppendGridLineNames()
2862 nsStyleUtil::AppendEscapedCSSIdent(aLineNames[i], aResult); in AppendGridLineNames()
2871 nsDOMCSSValueList* aValueList, const nsTArray<nsString>& aLineNames, in AppendGridLineNames() argument
2873 if (aLineNames.IsEmpty() && aSuppressEmptyList) { in AppendGridLineNames()
2879 AppendGridLineNames(lineNamesString, aLineNames); in AppendGridLineNames()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsComputedDOMStyle.h182 const nsTArray<nsString>& aLineNames);
186 const nsTArray<nsString>& aLineNames,
H A DnsComputedDOMStyle.cpp2485 const nsTArray<nsString>& aLineNames) in AppendGridLineNames() argument
2487 uint32_t numLines = aLineNames.Length(); in AppendGridLineNames()
2492 nsStyleUtil::AppendEscapedCSSIdent(aLineNames[i], aResult); in AppendGridLineNames()
2502 const nsTArray<nsString>& aLineNames, in AppendGridLineNames() argument
2505 if (aLineNames.IsEmpty() && aSuppressEmptyList) { in AppendGridLineNames()
2511 AppendGridLineNames(lineNamesString, aLineNames); in AppendGridLineNames()