Searched defs:CSSGradientColorStop (Results 1 – 1 of 1) sorted by relevance
55 struct CSSGradientColorStop { struct58 CSSGradientColorStop() : m_colorIsDerivedFromElement(false) { }; in CSSGradientColorStop() function63 bool operator==(const CSSGradientColorStop& other) const argument