getShadowHorizontalExtent  746 Source/core/rendering/style/RenderStyle.h     void getTextShadowHorizontalExtent(LayoutUnit& left, LayoutUnit& right) const { getShadowHorizontalExtent(textShadow(), left, right); }
getShadowHorizontalExtent  807 Source/core/rendering/style/RenderStyle.h     void getBoxShadowHorizontalExtent(LayoutUnit& left, LayoutUnit& right) const { getShadowHorizontalExtent(boxShadow(), left, right); }
getShadowHorizontalExtent 1716 Source/core/rendering/style/RenderStyle.h     void getShadowHorizontalExtent(const ShadowList*, LayoutUnit& left, LayoutUnit& right) const;
getShadowHorizontalExtent 1720 Source/core/rendering/style/RenderStyle.h         return isHorizontalWritingMode() ? getShadowHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, logicalLeft, logicalRight);
getShadowHorizontalExtent 1724 Source/core/rendering/style/RenderStyle.h         return isHorizontalWritingMode() ? getShadowVerticalExtent(shadow, logicalTop, logicalBottom) : getShadowHorizontalExtent(shadow, logicalTop, logicalBottom);