SVGUnitType 241 Source/core/rendering/svg/RenderSVGResourceClipper.cpp SVGUnitTypes::SVGUnitType contentUnits = toSVGClipPathElement(element())->clipPathUnits()->currentValue()->enumValue(); SVGUnitType 73 Source/core/rendering/svg/RenderSVGResourceClipper.h SVGUnitTypes::SVGUnitType clipPathUnits() const { return toSVGClipPathElement(element())->clipPathUnits()->currentValue()->enumValue(); } SVGUnitType 78 Source/core/rendering/svg/RenderSVGResourceFilter.h SVGUnitTypes::SVGUnitType filterUnits() const { return toSVGFilterElement(element())->filterUnits()->currentValue()->enumValue(); } SVGUnitType 79 Source/core/rendering/svg/RenderSVGResourceFilter.h SVGUnitTypes::SVGUnitType primitiveUnits() const { return toSVGFilterElement(element())->primitiveUnits()->currentValue()->enumValue(); } SVGUnitType 57 Source/core/rendering/svg/RenderSVGResourceGradient.h virtual SVGUnitTypes::SVGUnitType gradientUnits() const = 0; SVGUnitType 41 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h virtual SVGUnitTypes::SVGUnitType gradientUnits() const OVERRIDE { return m_attributes.gradientUnits(); } SVGUnitType 118 Source/core/rendering/svg/RenderSVGResourceMasker.cpp SVGUnitTypes::SVGUnitType contentUnits = toSVGMaskElement(element())->maskContentUnits()->currentValue()->enumValue(); SVGUnitType 51 Source/core/rendering/svg/RenderSVGResourceMasker.h SVGUnitTypes::SVGUnitType maskUnits() const { return toSVGMaskElement(element())->maskUnits()->currentValue()->enumValue(); } SVGUnitType 52 Source/core/rendering/svg/RenderSVGResourceMasker.h SVGUnitTypes::SVGUnitType maskContentUnits() const { return toSVGMaskElement(element())->maskContentUnits()->currentValue()->enumValue(); } SVGUnitType 41 Source/core/rendering/svg/RenderSVGResourceRadialGradient.h virtual SVGUnitTypes::SVGUnitType gradientUnits() const OVERRIDE { return m_attributes.gradientUnits(); } SVGUnitType 177 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) SVGUnitType 179 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << SVGEnumerationToString<SVGUnitTypes::SVGUnitType>(unitType); SVGUnitType 480 Source/core/rendering/svg/SVGRenderTreeAsText.cpp static inline void writeCommonGradientProperties(TextStream& ts, SVGSpreadMethodType spreadMethod, const AffineTransform& gradientTransform, SVGUnitTypes::SVGUnitType gradientUnits) SVGUnitType 39 Source/core/svg/GradientAttributes.h SVGUnitTypes::SVGUnitType gradientUnits() const { return static_cast<SVGUnitTypes::SVGUnitType>(m_gradientUnits); } SVGUnitType 49 Source/core/svg/GradientAttributes.h void setGradientUnits(SVGUnitTypes::SVGUnitType unitType) SVGUnitType 61 Source/core/svg/PatternAttributes.h SVGUnitTypes::SVGUnitType patternUnits() const { return m_patternUnits; } SVGUnitType 62 Source/core/svg/PatternAttributes.h SVGUnitTypes::SVGUnitType patternContentUnits() const { return m_patternContentUnits; } SVGUnitType 102 Source/core/svg/PatternAttributes.h void setPatternUnits(SVGUnitTypes::SVGUnitType value) SVGUnitType 108 Source/core/svg/PatternAttributes.h void setPatternContentUnits(SVGUnitTypes::SVGUnitType value) SVGUnitType 145 Source/core/svg/PatternAttributes.h SVGUnitTypes::SVGUnitType m_patternUnits; SVGUnitType 146 Source/core/svg/PatternAttributes.h SVGUnitTypes::SVGUnitType m_patternContentUnits; SVGUnitType 33 Source/core/svg/SVGClipPathElement.cpp , m_clipPathUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE)) SVGUnitType 37 Source/core/svg/SVGClipPathElement.h SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* clipPathUnits() { return m_clipPathUnits.get(); } SVGUnitType 51 Source/core/svg/SVGClipPathElement.h RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_clipPathUnits; SVGUnitType 42 Source/core/svg/SVGFilterElement.cpp , m_filterUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::filterUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)) SVGUnitType 43 Source/core/svg/SVGFilterElement.cpp , m_primitiveUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::primitiveUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE)) SVGUnitType 51 Source/core/svg/SVGFilterElement.h SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* filterUnits() { return m_filterUnits.get(); } SVGUnitType 52 Source/core/svg/SVGFilterElement.h SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* primitiveUnits() { return m_primitiveUnits.get(); } SVGUnitType 74 Source/core/svg/SVGFilterElement.h RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_filterUnits; SVGUnitType 75 Source/core/svg/SVGFilterElement.h RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_primitiveUnits; SVGUnitType 55 Source/core/svg/SVGGradientElement.cpp , m_gradientUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::gradientUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)) SVGUnitType 57 Source/core/svg/SVGGradientElement.h SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* gradientUnits() { return m_gradientUnits.get(); } SVGUnitType 73 Source/core/svg/SVGGradientElement.h RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_gradientUnits; SVGUnitType 51 Source/core/svg/SVGLengthContext.cpp FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY, PassRefPtr<SVGLength> passWidth, PassRefPtr<SVGLength> passHeight) SVGUnitType 72 Source/core/svg/SVGLengthContext.cpp FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY) SVGUnitType 87 Source/core/svg/SVGLengthContext.cpp float SVGLengthContext::resolveLength(const SVGElement* context, SVGUnitTypes::SVGUnitType type, PassRefPtr<SVGLength> passX) SVGUnitType 57 Source/core/svg/SVGLengthContext.h static FloatRect resolveRectangle(const T* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport) SVGUnitType 62 Source/core/svg/SVGLengthContext.h static FloatRect resolveRectangle(const SVGElement*, SVGUnitTypes::SVGUnitType, const FloatRect& viewport, PassRefPtr<SVGLength> x, PassRefPtr<SVGLength> y, PassRefPtr<SVGLength> width, PassRefPtr<SVGLength> height); SVGUnitType 63 Source/core/svg/SVGLengthContext.h static FloatPoint resolvePoint(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength> x, PassRefPtr<SVGLength> y); SVGUnitType 64 Source/core/svg/SVGLengthContext.h static float resolveLength(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength>); SVGUnitType 40 Source/core/svg/SVGMaskElement.cpp , m_maskUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::maskUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)) SVGUnitType 41 Source/core/svg/SVGMaskElement.cpp , m_maskContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::maskContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE)) SVGUnitType 42 Source/core/svg/SVGMaskElement.h SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* maskUnits() { return m_maskUnits.get(); } SVGUnitType 43 Source/core/svg/SVGMaskElement.h SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* maskContentUnits() { return m_maskContentUnits.get(); } SVGUnitType 64 Source/core/svg/SVGMaskElement.h RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_maskUnits; SVGUnitType 65 Source/core/svg/SVGMaskElement.h RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_maskContentUnits; SVGUnitType 45 Source/core/svg/SVGPatternElement.cpp , m_patternUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)) SVGUnitType 46 Source/core/svg/SVGPatternElement.cpp , m_patternContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE)) SVGUnitType 56 Source/core/svg/SVGPatternElement.h SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() { return m_patternUnits.get(); } SVGUnitType 57 Source/core/svg/SVGPatternElement.h SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternContentUnits() { return m_patternContentUnits.get(); } SVGUnitType 58 Source/core/svg/SVGPatternElement.h const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() const { return m_patternUnits.get(); } SVGUnitType 59 Source/core/svg/SVGPatternElement.h const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternContentUnits() const { return m_patternContentUnits.get(); } SVGUnitType 81 Source/core/svg/SVGPatternElement.h RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_patternUnits; SVGUnitType 82 Source/core/svg/SVGPatternElement.h RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_patternContentUnits; SVGUnitType 36 Source/core/svg/SVGUnitTypes.cpp template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGUnitTypes::SVGUnitType>() SVGUnitType 39 Source/core/svg/SVGUnitTypes.h template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGUnitTypes::SVGUnitType>();