Home
last modified time | relevance | path

Searched defs:boxShadow (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp2486 if (const ShadowData* boxShadow = style()->boxShadow()) { in adjustRectForOutlineAndShadow() local
DRenderLayer.cpp3541 if (const ShadowData* boxShadow = renderer()->style()->boxShadow()) { in scrollTo() local
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h674 const ShadowData* boxShadow() const { return rareNonInheritedData->m_boxShadow.get(); } in boxShadow() function