Searched refs:getShadowExtent (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 655 …void getTextShadowExtent(int& top, int& right, int& bottom, int& left) const { getShadowExtent(tex… in getTextShadowExtent() 675 …void getBoxShadowExtent(int& top, int& right, int& bottom, int& left) const { getShadowExtent(boxS… in getBoxShadowExtent() 1340 void getShadowExtent(const ShadowData*, int& top, int& right, int& bottom, int& left) const;
|
D | RenderStyle.cpp | 1033 void RenderStyle::getShadowExtent(const ShadowData* shadow, int &top, int &right, int &bottom, int … in getShadowExtent() function in WebCore::RenderStyle
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 37115 (WebCore::RenderStyle::getShadowExtent):
|