HomeSort by relevance Sort by last modified time
    Searched refs:SVGTransformListPropertyTearOff (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedTransformListPropertyTearOff.h 25 #include "core/svg/properties/SVGTransformListPropertyTearOff.h"
34 m_baseVal = SVGTransformListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers);
41 m_animVal = SVGTransformListPropertyTearOff::create(this, AnimValRole, m_values, m_wrappers);
SVGTransformListPropertyTearOff.h 31 class SVGTransformListPropertyTearOff : public SVGListPropertyTearOff<SVGTransformList> {
39 return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers));
74 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h 34 class SVGTransformListPropertyTearOff;
71 SVGTransformListPropertyTearOff* transform();
SVGViewSpec.cpp 151 SVGTransformListPropertyTearOff* SVGViewSpec::transform()
156 return static_cast<SVGTransformListPropertyTearOff*>(static_pointer_cast<SVGAnimatedTransformList>(lookupOrCreateTransformWrapper(this))->animVal());
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm 215 "SVGTransformList" => "SVGTransformListPropertyTearOff"
512 } elsif ($svgNativeType =~ /SVGListPropertyTearOff/ or $svgNativeType =~ /SVGStaticListPropertyTearOff/ or $svgNativeType =~ /SVGTransformListPropertyTearOff/) {
    [all...]

Completed in 175 milliseconds