m_limitingConeAngle   57 Source/core/svg/SVGFELightElement.cpp     addToPropertyMap(m_limitingConeAngle);
m_limitingConeAngle  119 Source/core/svg/SVGFELightElement.cpp         m_limitingConeAngle->setBaseValueAsString(value, parseError);
m_limitingConeAngle   56 Source/core/svg/SVGFELightElement.h     SVGAnimatedNumber* limitingConeAngle() { return m_limitingConeAngle.get(); }
m_limitingConeAngle   57 Source/core/svg/SVGFELightElement.h     const SVGAnimatedNumber* limitingConeAngle() const { return m_limitingConeAngle.get(); }
m_limitingConeAngle   79 Source/core/svg/SVGFELightElement.h     RefPtr<SVGAnimatedNumber> m_limitingConeAngle;
m_limitingConeAngle   51 Source/platform/graphics/filters/SpotLightSource.cpp     if (!m_limitingConeAngle) {
m_limitingConeAngle   55 Source/platform/graphics/filters/SpotLightSource.cpp         float limitingConeAngle = m_limitingConeAngle;
m_limitingConeAngle  159 Source/platform/graphics/filters/SpotLightSource.cpp     if (m_limitingConeAngle == limitingConeAngle)
m_limitingConeAngle  161 Source/platform/graphics/filters/SpotLightSource.cpp     m_limitingConeAngle = limitingConeAngle;
m_limitingConeAngle   42 Source/platform/graphics/filters/SpotLightSource.h         return adoptRef(new SpotLightSource(position, direction, m_specularExponent, m_limitingConeAngle));
m_limitingConeAngle   48 Source/platform/graphics/filters/SpotLightSource.h     float limitingConeAngle() const { return m_limitingConeAngle; }
m_limitingConeAngle   72 Source/platform/graphics/filters/SpotLightSource.h         , m_limitingConeAngle(limitingConeAngle)
m_limitingConeAngle   80 Source/platform/graphics/filters/SpotLightSource.h     float m_limitingConeAngle;