Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h725 …hadowVerticalExtent(LayoutUnit& top, LayoutUnit& bottom) const { getShadowVerticalExtent(textShado… in getTextShadowVerticalExtent()
782 …hadowVerticalExtent(LayoutUnit& top, LayoutUnit& bottom) const { getShadowVerticalExtent(boxShadow… in getBoxShadowVerticalExtent()
1722 void getShadowVerticalExtent(const ShadowList*, LayoutUnit& top, LayoutUnit& bottom) const;
1725 …? getShadowHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, l… in getShadowInlineDirectionExtent()
1729 …return isHorizontalWritingMode() ? getShadowVerticalExtent(shadow, logicalTop, logicalBottom) : ge… in getShadowBlockDirectionExtent()
DRenderStyle.cpp1325 void RenderStyle::getShadowVerticalExtent(const ShadowList* shadowList, LayoutUnit &top, LayoutUnit… in getShadowVerticalExtent() function in WebCore::RenderStyle