Searched refs:SVGPropertyInfo (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTests.cpp | 33 const SVGPropertyInfo* SVGTests::requiredFeaturesPropertyInfo() in requiredFeaturesPropertyInfo() 35 static const SVGPropertyInfo* s_propertyInfo = 0; in requiredFeaturesPropertyInfo() 37 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown, in requiredFeaturesPropertyInfo() 48 const SVGPropertyInfo* SVGTests::requiredExtensionsPropertyInfo() in requiredExtensionsPropertyInfo() 50 static const SVGPropertyInfo* s_propertyInfo = 0; in requiredExtensionsPropertyInfo() 52 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown, in requiredExtensionsPropertyInfo() 63 const SVGPropertyInfo* SVGTests::systemLanguagePropertyInfo() in systemLanguagePropertyInfo() 65 static const SVGPropertyInfo* s_propertyInfo = 0; in systemLanguagePropertyInfo() 67 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown, in systemLanguagePropertyInfo()
|
D | SVGViewSpec.cpp | 32 const SVGPropertyInfo* SVGViewSpec::viewBoxPropertyInfo() in viewBoxPropertyInfo() 34 static const SVGPropertyInfo* s_propertyInfo = 0; in viewBoxPropertyInfo() 36 s_propertyInfo = new SVGPropertyInfo(AnimatedRect, in viewBoxPropertyInfo() 47 const SVGPropertyInfo* SVGViewSpec::preserveAspectRatioPropertyInfo() in preserveAspectRatioPropertyInfo() 49 static const SVGPropertyInfo* s_propertyInfo = 0; in preserveAspectRatioPropertyInfo() 51 s_propertyInfo = new SVGPropertyInfo(AnimatedPreserveAspectRatio, in preserveAspectRatioPropertyInfo() 63 const SVGPropertyInfo* SVGViewSpec::transformPropertyInfo() in transformPropertyInfo() 65 static const SVGPropertyInfo* s_propertyInfo = 0; in transformPropertyInfo() 67 s_propertyInfo = new SVGPropertyInfo(AnimatedTransformList, in transformPropertyInfo()
|
D | SVGTests.h | 59 static const SVGPropertyInfo* requiredFeaturesPropertyInfo(); 63 static const SVGPropertyInfo* requiredExtensionsPropertyInfo(); 67 static const SVGPropertyInfo* systemLanguagePropertyInfo();
|
D | SVGViewSpec.h | 87 static const SVGPropertyInfo* transformPropertyInfo(); 88 static const SVGPropertyInfo* viewBoxPropertyInfo(); 89 static const SVGPropertyInfo* preserveAspectRatioPropertyInfo();
|
D | SVGPolyElement.cpp | 34 const SVGPropertyInfo* SVGPolyElement::pointsPropertyInfo() in pointsPropertyInfo() 36 static const SVGPropertyInfo* s_propertyInfo = 0; in pointsPropertyInfo() 38 s_propertyInfo = new SVGPropertyInfo(AnimatedPoints, in pointsPropertyInfo()
|
D | SVGMarkerElement.cpp | 33 const SVGPropertyInfo* SVGMarkerElement::orientTypePropertyInfo() in orientTypePropertyInfo() 35 static const SVGPropertyInfo* s_propertyInfo = 0; in orientTypePropertyInfo() 37 s_propertyInfo = new SVGPropertyInfo(AnimatedEnumeration, in orientTypePropertyInfo()
|
D | SVGTextContentElement.cpp | 40 const SVGPropertyInfo* SVGTextContentElement::textLengthPropertyInfo() in textLengthPropertyInfo() 42 static const SVGPropertyInfo* s_propertyInfo = 0; in textLengthPropertyInfo() 44 s_propertyInfo = new SVGPropertyInfo(AnimatedLength, in textLengthPropertyInfo()
|
D | SVGPolyElement.h | 40 static const SVGPropertyInfo* pointsPropertyInfo();
|
D | SVGPathElement.cpp | 54 const SVGPropertyInfo* SVGPathElement::dPropertyInfo() in dPropertyInfo() 56 static const SVGPropertyInfo* s_propertyInfo = 0; in dPropertyInfo() 58 s_propertyInfo = new SVGPropertyInfo(AnimatedPath, in dPropertyInfo()
|
D | SVGTextContentElement.h | 95 static const SVGPropertyInfo* textLengthPropertyInfo();
|
D | SVGMarkerElement.h | 121 static const SVGPropertyInfo* orientTypePropertyInfo();
|
D | SVGPathElement.h | 96 static const SVGPropertyInfo* dPropertyInfo();
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAttributeToPropertyMap.h | 33 typedef Vector<const SVGPropertyInfo*> PropertiesVector; 40 void addProperty(const SVGPropertyInfo*); 52 …zeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo*); 53 …edProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo*);
|
D | SVGAnimatedProperty.h | 52 …static PassRefPtr<TearOffType> lookupOrCreateWrapper(OwnerType* element, const SVGPropertyInfo* in… in lookupOrCreateWrapper() 67 static TearOffType* lookupWrapper(OwnerType* element, const SVGPropertyInfo* info) in lookupWrapper() 75 static TearOffType* lookupWrapper(const OwnerType* element, const SVGPropertyInfo* info) in lookupWrapper()
|
D | SVGAttributeToPropertyMap.cpp | 36 const SVGPropertyInfo* firstProperty = mapVector->first(); in addProperties() 56 void SVGAttributeToPropertyMap::addProperty(const SVGPropertyInfo* info) in addProperty() 131 …operty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info) in synchronizeProperty() 139 …operty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info) in animatedProperty()
|
D | SVGPropertyInfo.h | 57 struct SVGPropertyInfo { struct 63 …SVGPropertyInfo(AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName&… in SVGPropertyInfo() argument
|
D | SVGAnimatedPropertyMacros.h | 96 const SVGPropertyInfo* OwnerType::LowerProperty##PropertyInfo() { \ 97 DEFINE_STATIC_LOCAL(const SVGPropertyInfo, s_propertyInfo, \ 163 static const SVGPropertyInfo* LowerProperty##PropertyInfo(); \
|
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
D | chrome.abcdef.nm | 520 …tyTearOff<WebCore::SVGLength> >(WebCore::SVGCursorElement*, WebCore::SVGPropertyInfo const*)<00000…
|