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

/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h675 void getBoxShadowExtent(int& top, int& right, int& bottom, int& left) const { getShadowExtent(boxShadow(), top, right, bottom, left); } function in class:WebCore::RenderStyle

Completed in 76 milliseconds