Searched refs:CSSGradientColorStop (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/css/
H A DCSSGradientValue.h41 struct CSSGradientColorStop { struct in namespace:WebCore
42 CSSGradientColorStop() function in struct:WebCore::CSSGradientColorStop
73 void addStop(const CSSGradientColorStop& stop) { m_stops.append(stop); }
106 Vector<CSSGradientColorStop> m_stops;
H A DCSSGradientValue.cpp125 static inline bool compareStops(const CSSGradientColorStop& a, const CSSGradientColorStop& b)
H A DCSSParser.cpp4251 static bool parseGradientColorStop(CSSParser* p, CSSParserValue* a, CSSGradientColorStop& stop)
4423 CSSGradientColorStop stop;

Completed in 63 milliseconds