Home
last modified time | relevance | path

Searched defs:CSSGradientColorStop (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.h55 struct CSSGradientColorStop { struct
58 CSSGradientColorStop() : m_colorIsDerivedFromElement(false) { }; in CSSGradientColorStop() function
63 bool operator==(const CSSGradientColorStop& other) const argument