/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/ |
H A D | nsDOMCSSDeclaration.cpp | 280 bool aIsImportant) in ParsePropertyValue() argument 306 decl->AsGecko(), &changed, aIsImportant); in ParsePropertyValue() 311 decl->AsServo()->Raw(), atom, false, &value, aIsImportant); in ParsePropertyValue() 324 bool aIsImportant) in ParseCustomPropertyValue() argument 353 &changed, aIsImportant); in ParseCustomPropertyValue() 358 decl->AsServo()->Raw(), atom, true, &value, aIsImportant); in ParseCustomPropertyValue()
|
H A D | Declaration.h | 152 bool aIsImportant, 253 bool TryReplaceValue(nsCSSPropertyID aProperty, bool aIsImportant, in TryReplaceValue() argument 264 nsCSSCompressedDataBlock *block = aIsImportant ? mImportantData : mData; in TryReplaceValue() 273 nsCSSCompressedDataBlock *other = aIsImportant ? mData : mImportantData; in TryReplaceValue() 317 static void AppendImportanceToString(bool aIsImportant, nsAString& aString);
|
H A D | nsCSSDataBlock.cpp | 684 bool aIsImportant, in TransferFromBlock() argument 692 aIsImportant, aOverrideImportant, in TransferFromBlock() 705 aIsImportant, aOverrideImportant, in TransferFromBlock() 715 bool aIsImportant, in DoTransferFromBlock() argument 723 if (aIsImportant) { in DoTransferFromBlock()
|
H A D | nsDOMCSSDeclaration.h | 161 bool aIsImportant); 165 bool aIsImportant);
|
H A D | nsCSSDataBlock.h | 268 bool aIsImportant, 303 bool aIsImportant,
|
H A D | nsCSSParser.h | 123 bool aIsImportant, 153 bool aIsImportant);
|
H A D | Declaration.cpp | 1902 bool aIsImportant, in AddVariable() argument 1913 if (!aIsImportant && !aOverrideImportant && in AddVariable() 1919 if (aIsImportant) { in AddVariable()
|
H A D | nsRuleNode.h | 794 nsIStyleRule* aRule, mozilla::SheetType aLevel, bool aIsImportant);
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/ |
H A D | Declaration.h | 151 const nsString& aValue, bool aIsImportant, 250 bool TryReplaceValue(nsCSSPropertyID aProperty, bool aIsImportant, in TryReplaceValue() argument 259 nsCSSCompressedDataBlock* block = aIsImportant ? mImportantData : mData; in TryReplaceValue() 268 nsCSSCompressedDataBlock* other = aIsImportant ? mData : mImportantData; in TryReplaceValue() 311 static void AppendImportanceToString(bool aIsImportant, nsAString& aString);
|
H A D | nsDOMCSSDeclaration.cpp | 330 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParsePropertyValue() argument 338 aIsImportant); in ParsePropertyValue() 346 decl->Raw(), aPropID, &value, aIsImportant, env.mUrlExtraData, in ParsePropertyValue() 353 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParseCustomPropertyValue() argument 363 aIsImportant); in ParseCustomPropertyValue() 372 decl->Raw(), &property, &value, aIsImportant, env.mUrlExtraData, in ParseCustomPropertyValue()
|
H A D | nsCSSDataBlock.cpp | 623 CSSEnabledState aEnabledState, bool aIsImportant, bool aOverrideImportant, in TransferFromBlock() argument 627 return DoTransferFromBlock(aFromBlock, aPropID, aIsImportant, in TransferFromBlock() 639 changed |= DoTransferFromBlock(aFromBlock, *p, aIsImportant, in TransferFromBlock() 648 bool aIsImportant, bool aOverrideImportant, bool aMustCallValueAppended, in DoTransferFromBlock() argument 652 if (aIsImportant) { in DoTransferFromBlock()
|
H A D | nsCSSDataBlock.h | 261 bool aIsImportant, bool aOverrideImportant, 293 nsCSSPropertyID aPropID, bool aIsImportant,
|
H A D | nsDOMCSSDeclaration.h | 213 const nsAString& aPropValue, bool aIsImportant, 218 bool aIsImportant,
|
H A D | nsCSSParser.h | 119 bool aIsImportant, bool aIsSVGMode = false); 143 bool aIsImportant);
|
H A D | Declaration.cpp | 1778 const nsString& aValue, bool aIsImportant, in AddVariable() argument 1788 if (!aIsImportant && !aOverrideImportant && mImportantVariables && in AddVariable() 1794 if (aIsImportant) { in AddVariable()
|
H A D | nsRuleNode.h | 733 nsIStyleRule* aRule, mozilla::SheetType aLevel, bool aIsImportant);
|
H A D | nsCSSParser.cpp | 162 bool aIsImportant, bool aIsSVGMode); 188 bool aIsImportant); 1748 bool* aChanged, bool aIsImportant, in ParseProperty() argument 1798 if (!aDeclaration->TryReplaceValue(aPropID, aIsImportant, mTempData, in ParseProperty() 1803 aIsImportant, true, false, in ParseProperty() 1821 bool* aChanged, bool aIsImportant) { in ParseVariable() argument 1856 aIsImportant, true); in ParseVariable() 16851 bool aIsImportant, bool aIsSVGMode) { in ParseProperty() argument 16854 aChanged, aIsImportant, aIsSVGMode); in ParseProperty() 16877 bool aIsImportant) { in ParseVariable() argument [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/layout/style/ |
H A D | nsDOMCSSDeclaration.cpp | 307 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParsePropertyValue() argument 322 decl->Raw(), aPropID, &aPropValue, aIsImportant, env.mUrlExtraData, in ParsePropertyValue() 330 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParseCustomPropertyValue() argument 345 decl->Raw(), &aPropertyName, &aPropValue, aIsImportant, in ParseCustomPropertyValue()
|
H A D | nsDOMCSSDeclaration.h | 188 const nsACString& aPropValue, bool aIsImportant, 193 bool aIsImportant,
|
/dports/www/firefox/firefox-99.0/layout/style/ |
H A D | nsDOMCSSDeclaration.cpp | 307 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParsePropertyValue() argument 322 decl->Raw(), aPropID, &aPropValue, aIsImportant, env.mUrlExtraData, in ParsePropertyValue() 330 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParseCustomPropertyValue() argument 345 decl->Raw(), &aPropertyName, &aPropValue, aIsImportant, in ParseCustomPropertyValue()
|
H A D | nsDOMCSSDeclaration.h | 186 const nsACString& aPropValue, bool aIsImportant, 191 bool aIsImportant,
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/ |
H A D | nsDOMCSSDeclaration.cpp | 307 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParsePropertyValue() argument 322 decl->Raw(), aPropID, &aPropValue, aIsImportant, env.mUrlExtraData, in ParsePropertyValue() 330 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParseCustomPropertyValue() argument 345 decl->Raw(), &aPropertyName, &aPropValue, aIsImportant, in ParseCustomPropertyValue()
|
H A D | nsDOMCSSDeclaration.h | 188 const nsACString& aPropValue, bool aIsImportant, 193 bool aIsImportant,
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/ |
H A D | nsDOMCSSDeclaration.cpp | 298 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParsePropertyValue() argument 313 decl->Raw(), aPropID, &aPropValue, aIsImportant, env.mUrlExtraData, in ParsePropertyValue() 320 bool aIsImportant, nsIPrincipal* aSubjectPrincipal) { in ParseCustomPropertyValue() argument 335 decl->Raw(), &aPropertyName, &aPropValue, aIsImportant, in ParseCustomPropertyValue()
|
H A D | nsDOMCSSDeclaration.h | 196 const nsACString& aPropValue, bool aIsImportant, 201 bool aIsImportant,
|