Searched defs:ShadowStyle (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DShadowData.h35 enum ShadowStyle { Normal, Inset }; enum in namespace:WebCore
53 ShadowData(int x, int y, int blur, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Color& color)
78 ShadowStyle style() const { return m_style; }
94 ShadowStyle m_style;

Completed in 255 milliseconds