Searched refs:SVGTransformListPropertyTearOff (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGTransformListPropertyTearOff.h | 31 class SVGTransformListPropertyTearOff : public SVGListPropertyTearOff<SVGTransformList> { 39 … return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers)); in create() 74 …SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole rol… in SVGTransformListPropertyTearOff() function
|
D | SVGAnimatedTransformListPropertyTearOff.h | 34 … 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/ |
D | SVGViewSpec.h | 35 class SVGTransformListPropertyTearOff; variable 69 SVGTransformListPropertyTearOff* transform();
|
D | SVGViewSpec.cpp | 148 SVGTransformListPropertyTearOff* SVGViewSpec::transform() in transform() 153 …return static_cast<SVGTransformListPropertyTearOff*>(static_pointer_cast<SVGAnimatedTransformList>… in transform()
|