Searched refs:getShadowBlockDirectionExtent (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h659 void getTextShadowBlockDirectionExtent(int& logicalTop, int& logicalBottom) { getShadowBlockDirectionExtent(textShadow(), logicalTop, logicalBottom); }
679 void getBoxShadowBlockDirectionExtent(int& logicalTop, int& logicalBottom) { getShadowBlockDirectionExtent(boxShadow(), logicalTop, logicalBottom); }
1347 void getShadowBlockDirectionExtent(const ShadowData* shadow, int& logicalTop, int& logicalBottom) const function in class:WebCore::RenderStyle

Completed in 52 milliseconds