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.h50 struct CSSGradientColorStop { struct
51 CSSGradientColorStop() : m_colorIsDerivedFromElement(false) { }; in CSSGradientColorStop() argument
56 bool operator==(const CSSGradientColorStop& other) const argument