HomeSort by relevance Sort by last modified time
    Searched defs:SVGAnimatedType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedType.cpp 21 #include "core/svg/SVGAnimatedType.h"
29 SVGAnimatedType::SVGAnimatedType(AnimatedPropertyType type)
34 SVGAnimatedType::~SVGAnimatedType()
94 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createAngleAndEnumeration(std::pair<SVGAngle, unsigned>* angleAndEnumeration)
97 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedAngle));
102 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createBoolean(bool* boolean
    [all...]
SVGAnimatedType.h 38 class SVGAnimatedType {
41 virtual ~SVGAnimatedType();
43 static PassOwnPtr<SVGAnimatedType> createAngleAndEnumeration(std::pair<SVGAngle, unsigned>*);
44 static PassOwnPtr<SVGAnimatedType> createBoolean(bool*);
45 static PassOwnPtr<SVGAnimatedType> createColor(Color*);
46 static PassOwnPtr<SVGAnimatedType> createEnumeration(unsigned*);
47 static PassOwnPtr<SVGAnimatedType> createInteger(int*);
48 static PassOwnPtr<SVGAnimatedType> createIntegerOptionalInteger(std::pair<int, int>*);
49 static PassOwnPtr<SVGAnimatedType> createLength(SVGLength*);
50 static PassOwnPtr<SVGAnimatedType> createLengthList(SVGLengthList*)
    [all...]

Completed in 510 milliseconds