Searched refs:getShadowVerticalExtent (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 657 …void getTextShadowVerticalExtent(int& top, int& bottom) const { getShadowVerticalExtent(textShadow… in getTextShadowVerticalExtent() 677 …void getBoxShadowVerticalExtent(int& top, int& bottom) const { getShadowVerticalExtent(boxShadow()… in getBoxShadowVerticalExtent() 1342 void getShadowVerticalExtent(const ShadowData*, int& top, int& bottom) const; 1345 …? getShadowHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, l… in getShadowInlineDirectionExtent() 1349 …return isHorizontalWritingMode() ? getShadowVerticalExtent(shadow, logicalTop, logicalBottom) : ge… in getShadowBlockDirectionExtent()
|
D | RenderStyle.cpp | 1067 void RenderStyle::getShadowVerticalExtent(const ShadowData* shadow, int &top, int &bottom) const in getShadowVerticalExtent() function in WebCore::RenderStyle
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 37117 (WebCore::RenderStyle::getShadowVerticalExtent):
|