Home
last modified time | relevance | path

Searched refs:getShadowVerticalExtent (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h657 …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()
DRenderStyle.cpp1067 void RenderStyle::getShadowVerticalExtent(const ShadowData* shadow, int &top, int &bottom) const in getShadowVerticalExtent() function in WebCore::RenderStyle
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0637117 (WebCore::RenderStyle::getShadowVerticalExtent):