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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShadowData.h33 enum ShadowStyle { Normal, Inset }; enum in namespace:WebCore
39 ShadowData(const IntPoint& location, int blur, int spread, ShadowStyle style, const Color& color)
58 ShadowStyle style() const { return m_style; }
66 ShadowStyle m_style;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderConverter.cpp145 ShadowStyle shadowStyle = item->style && item->style->getValueID() == CSSValueInset ? Inset : Normal;
/external/chromium_org/ui/views/corewm/
H A Dshadow_controller_unittest.cc119 TEST_F(ShadowControllerTest, ShadowStyle) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.h116 void paintBoxShadow(const PaintInfo&, RenderStyle*, ShadowStyle, const LayoutRect&);
H A DRenderBoxModelObject.h167 void paintBoxShadow(const PaintInfo&, const LayoutRect&, const RenderStyle*, ShadowStyle, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
H A DInlineFlowBox.cpp1196 void InlineFlowBox::paintBoxShadow(const PaintInfo& info, RenderStyle* s, ShadowStyle shadowStyle, const LayoutRect& paintRect)
H A DRenderBoxModelObject.cpp2471 void RenderBoxModelObject::paintBoxShadow(const PaintInfo& info, const LayoutRect& paintRect, const RenderStyle* s, ShadowStyle shadowStyle, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)

Completed in 209 milliseconds