setElevation      112 Source/core/svg/SVGFEDiffuseLightingElement.cpp         return lightSource->setElevation(lightElement->elevation()->currentValue()->value());
setElevation      119 Source/core/svg/SVGFESpecularLightingElement.cpp         return lightSource->setElevation(lightElement->elevation()->currentValue()->value());
setElevation       46 Source/platform/graphics/filters/DistantLightSource.h     virtual bool setElevation(float) OVERRIDE;
setElevation       79 Source/platform/graphics/filters/LightSource.h     virtual bool setElevation(float) { return false; }