Home
last modified time | relevance | path

Searched refs:shadowData (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/css/
DSVGCSSStyleSelector.cpp553 …ShadowData* shadowData = new ShadowData(x, y, blur, 0, Normal, color.isValid() ? color : Color::tr… in applySVGProperty() local
554 svgstyle->setShadow(shadowData); in applySVGProperty()
DCSSStyleSelector.cpp4739 …ShadowData* shadowData = new ShadowData(x, y, blur, spread, shadowStyle, color.isValid() ? color :… in applyProperty() local
4741 m_style->setTextShadow(shadowData, i != 0); in applyProperty()
4743 m_style->setBoxShadow(shadowData, i != 0); in applyProperty()
/external/webkit/WebCore/rendering/style/
DRenderStyle.cpp718 void RenderStyle::setBoxShadow(ShadowData* shadowData, bool add) in setBoxShadow() argument
722 rareData->m_boxShadow.set(shadowData); in setBoxShadow()
726 shadowData->next = rareData->m_boxShadow.release(); in setBoxShadow()
727 rareData->m_boxShadow.set(shadowData); in setBoxShadow()