Searched defs:boxShadow (Results 1 – 3 of 3) sorted by relevance
2486 if (const ShadowData* boxShadow = style()->boxShadow()) { in adjustRectForOutlineAndShadow() local
3541 if (const ShadowData* boxShadow = renderer()->style()->boxShadow()) { in scrollTo() local
674 const ShadowData* boxShadow() const { return rareNonInheritedData->m_boxShadow.get(); } in boxShadow() function