Lines Matching defs:nsCSSValueGradient
168939 struct nsCSSValueGradient final { struct
168943 bool mIsRadial;
168944 bool mIsRepeating;
168945 bool mIsLegacySyntax;
168946 bool mIsExplicitSize;
168948 nsCSSValuePair mBgPos;
168949 nsCSSValue mAngle;
168953 nsCSSValue mRadialValues[2];
168955 nsCSSValue& GetRadialShape() in GetRadialShape()
168960 const nsCSSValue& GetRadialShape() const in GetRadialShape()
168965 nsCSSValue& GetRadialSize() in GetRadialSize()
168970 const nsCSSValue& GetRadialSize() const in GetRadialSize()
168996 InfallibleTArray<nsCSSValueGradientStop> mStops; argument
168998 bool operator==(const nsCSSValueGradient& aOther) const in operator ==() argument
169021 bool operator!=(const nsCSSValueGradient& aOther) const in operator !=() argument
169026 …RefCountType AddRef(void) { static_assert(!mozilla::IsDestructible<nsCSSValueGradient>::value, "Re… in AddRef() argument
169032 ~nsCSSValueGradient() in ~nsCSSValueGradient() argument