Home
last modified time | relevance | path

Searched refs:SVGTransformListPropertyTearOff (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGTransformListPropertyTearOff.h31 class SVGTransformListPropertyTearOff : public SVGListPropertyTearOff<SVGTransformList> {
39 … return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers)); in create()
74SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole rol… in SVGTransformListPropertyTearOff() function
DSVGAnimatedTransformListPropertyTearOff.h34 … m_baseVal = SVGTransformListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers); in baseVal()
41 … m_animVal = SVGTransformListPropertyTearOff::create(this, AnimValRole, m_values, m_wrappers); in animVal()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGViewSpec.h35 class SVGTransformListPropertyTearOff; variable
69 SVGTransformListPropertyTearOff* transform();
DSVGViewSpec.cpp148 SVGTransformListPropertyTearOff* SVGViewSpec::transform() in transform()
153 …return static_cast<SVGTransformListPropertyTearOff*>(static_pointer_cast<SVGAnimatedTransformList>… in transform()