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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.h 60 static const SVGPropertyInfo* requiredFeaturesPropertyInfo();
64 static const SVGPropertyInfo* requiredExtensionsPropertyInfo();
68 static const SVGPropertyInfo* systemLanguagePropertyInfo();
SVGTests.cpp 34 const SVGPropertyInfo* SVGTests::requiredFeaturesPropertyInfo()
36 static const SVGPropertyInfo* s_propertyInfo = 0;
38 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown,
49 const SVGPropertyInfo* SVGTests::requiredExtensionsPropertyInfo()
51 static const SVGPropertyInfo* s_propertyInfo = 0;
53 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown,
64 const SVGPropertyInfo* SVGTests::systemLanguagePropertyInfo()
66 static const SVGPropertyInfo* s_propertyInfo = 0;
68 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown,
SVGViewSpec.h 89 static const SVGPropertyInfo* transformPropertyInfo();
90 static const SVGPropertyInfo* viewBoxPropertyInfo();
91 static const SVGPropertyInfo* preserveAspectRatioPropertyInfo();
SVGViewSpec.cpp 35 const SVGPropertyInfo* SVGViewSpec::viewBoxPropertyInfo()
37 static const SVGPropertyInfo* s_propertyInfo = 0;
39 s_propertyInfo = new SVGPropertyInfo(AnimatedRect,
50 const SVGPropertyInfo* SVGViewSpec::preserveAspectRatioPropertyInfo()
52 static const SVGPropertyInfo* s_propertyInfo = 0;
54 s_propertyInfo = new SVGPropertyInfo(AnimatedPreserveAspectRatio,
66 const SVGPropertyInfo* SVGViewSpec::transformPropertyInfo()
68 static const SVGPropertyInfo* s_propertyInfo = 0;
70 s_propertyInfo = new SVGPropertyInfo(AnimatedTransformList,
SVGPolyElement.cpp 35 const SVGPropertyInfo* SVGPolyElement::pointsPropertyInfo()
37 static const SVGPropertyInfo* s_propertyInfo = 0;
39 s_propertyInfo = new SVGPropertyInfo(AnimatedPoints,
SVGPolyElement.h 40 static const SVGPropertyInfo* pointsPropertyInfo();
SVGTextContentElement.h 95 static const SVGPropertyInfo* textLengthPropertyInfo();
SVGMarkerElement.cpp 34 const SVGPropertyInfo* SVGMarkerElement::orientTypePropertyInfo()
36 static const SVGPropertyInfo* s_propertyInfo = 0;
38 s_propertyInfo = new SVGPropertyInfo(AnimatedEnumeration,
SVGTextContentElement.cpp 40 const SVGPropertyInfo* SVGTextContentElement::textLengthPropertyInfo()
42 static const SVGPropertyInfo* s_propertyInfo = 0;
44 s_propertyInfo = new SVGPropertyInfo(AnimatedLength,
SVGMarkerElement.h 121 static const SVGPropertyInfo* orientTypePropertyInfo();
SVGPathElement.cpp 56 const SVGPropertyInfo* SVGPathElement::dPropertyInfo()
58 static const SVGPropertyInfo* s_propertyInfo = 0;
60 s_propertyInfo = new SVGPropertyInfo(AnimatedPath,
SVGPathElement.h 96 static const SVGPropertyInfo* dPropertyInfo();
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.h 23 #include "core/svg/properties/SVGPropertyInfo.h"
33 typedef Vector<const SVGPropertyInfo*> PropertiesVector;
40 void addProperty(const SVGPropertyInfo*);
52 void synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo*);
53 PassRefPtr<SVGAnimatedProperty> animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo*);
SVGPropertyInfo.h 57 struct SVGPropertyInfo {
63 SVGPropertyInfo(AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName& newAttributeName,
SVGAnimatedProperty.h 25 #include "core/svg/properties/SVGPropertyInfo.h"
51 static PassRefPtr<TearOffType> lookupOrCreateWrapper(OwnerType* element, const SVGPropertyInfo* info, PropertyType& property)
66 static TearOffType* lookupWrapper(OwnerType* element, const SVGPropertyInfo* info)
74 static TearOffType* lookupWrapper(const OwnerType* element, const SVGPropertyInfo* info)
SVGAnimatedPropertyMacros.h 99 const SVGPropertyInfo* OwnerType::LowerProperty##PropertyInfo() { \
100 DEFINE_STATIC_LOCAL(const SVGPropertyInfo, s_propertyInfo, \
171 static const SVGPropertyInfo* LowerProperty##PropertyInfo(); \
SVGAttributeToPropertyMap.cpp 36 const SVGPropertyInfo* firstProperty = mapVector->first();
56 void SVGAttributeToPropertyMap::addProperty(const SVGPropertyInfo* info)
131 void SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info)
139 PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info)

Completed in 99 milliseconds