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

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGTransformListPropertyTearOff.h29 class SVGTransformListPropertyTearOff : public SVGListPropertyTearOff<SVGTransformList> { class in namespace:WebCore
37 return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers));
72 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers) function in class:WebCore::SVGTransformListPropertyTearOff
H A DSVGAnimatedTransformListPropertyTearOff.h25 #include "SVGTransformListPropertyTearOff.h"
34 m_baseVal = SVGTransformListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers);
41 m_animVal = SVGTransformListPropertyTearOff::create(this, AnimValRole, m_values, m_wrappers);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGViewSpec.h32 class SVGTransformListPropertyTearOff;
71 SVGTransformListPropertyTearOff* transform();
H A DSVGViewSpec.cpp149 SVGTransformListPropertyTearOff* SVGViewSpec::transform()
154 return static_cast<SVGTransformListPropertyTearOff*>(static_pointer_cast<SVGAnimatedTransformList>(lookupOrCreateTransformWrapper(this))->animVal());
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A DCodeGenerator.pm91 "SVGTransformList" => "SVGTransformListPropertyTearOff"
419 } elsif ($svgTypeNeedingTearOff =~ /SVGTransformListPropertyTearOff/) {
420 $svgTypeNeedingTearOff =~ s/SVGTransformListPropertyTearOff<//;
H A DCodeGeneratorJS.pm3823 } elsif ($svgNativeType =~ /SVGTransformListPropertyTearOff/) {
3827 $headerIncludes{"SVGTransformListPropertyTearOff.h"} = 1;

Completed in 181 milliseconds