Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DStyleRule.cpp617 nsAString& aString, CSSStyleSheet* aSheet, bool aIsNegated, in AppendToStringWithoutCombinatorsOrNegations() argument
656 mNameSpace == kNameSpaceID_Unknown || CanBeNamespaced(aIsNegated), in AppendToStringWithoutCombinatorsOrNegations()
659 NS_ASSERTION(CanBeNamespaced(aIsNegated), in AppendToStringWithoutCombinatorsOrNegations()
664 NS_ASSERTION(CanBeNamespaced(aIsNegated), in AppendToStringWithoutCombinatorsOrNegations()
680 if (CanBeNamespaced(aIsNegated)) { in AppendToStringWithoutCombinatorsOrNegations()
692 !mAttrList && (aIsNegated || !mNegations))) { in AppendToStringWithoutCombinatorsOrNegations()
864 bool nsCSSSelector::CanBeNamespaced(bool aIsNegated) const { in CanBeNamespaced()
865 return !aIsNegated || in CanBeNamespaced()
H A DStyleRule.h200 nsAString& aString, mozilla::CSSStyleSheet* aSheet, bool aIsNegated,
205 bool CanBeNamespaced(bool aIsNegated) const;
H A DnsCSSParser.cpp596 int32_t& aDataMask, nsCSSSelector& aSelector, bool aIsNegated,
605 bool aIsNegated);
5143 bool aIsNegated) { in ParseTypeOrUniversalSelector() argument
5238 if (aIsNegated) { in ParseTypeOrUniversalSelector()
5436 int32_t& aDataMask, nsCSSSelector& aSelector, bool aIsNegated, in ParsePseudoSelector() argument
5439 NS_ASSERTION(aIsNegated || (aPseudoElement && aPseudoElementArgs), in ParsePseudoSelector()
5441 NS_ASSERTION(!aIsNegated || (!aPseudoElement && !aPseudoElementArgs), in ParsePseudoSelector()
5582 if (aIsNegated) { // :not() can't be itself negated in ParsePseudoSelector()
5621 if (aIsNegated) { // pseudo-elements can't be negated in ParsePseudoSelector()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DStyleRule.cpp678 bool aIsNegated, in AppendToStringWithoutCombinatorsOrNegations() argument
718 CanBeNamespaced(aIsNegated), in AppendToStringWithoutCombinatorsOrNegations()
721 NS_ASSERTION(CanBeNamespaced(aIsNegated), in AppendToStringWithoutCombinatorsOrNegations()
726 NS_ASSERTION(CanBeNamespaced(aIsNegated), in AppendToStringWithoutCombinatorsOrNegations()
741 if (CanBeNamespaced(aIsNegated)) { in AppendToStringWithoutCombinatorsOrNegations()
754 (aIsNegated || !mNegations))) { in AppendToStringWithoutCombinatorsOrNegations()
927 nsCSSSelector::CanBeNamespaced(bool aIsNegated) const in CanBeNamespaced()
929 return !aIsNegated || in CanBeNamespaced()
H A DStyleRule.h203 bool aIsNegated,
208 bool CanBeNamespaced(bool aIsNegated) const;
H A DnsCSSParser.cpp772 bool aIsNegated,
782 bool aIsNegated);
5617 bool aIsNegated)
5722 if (aIsNegated) {
5978 bool aIsNegated,
5983 NS_ASSERTION(aIsNegated || (aPseudoElement && aPseudoElementArgs),
5985 NS_ASSERTION(!aIsNegated || (!aPseudoElement && !aPseudoElementArgs),
6127 if (aIsNegated) { // :not() can't be itself negated
6171 if (aIsNegated) { // pseudo-elements can't be negated