Searched refs:s_propertyInfo (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTests.cpp | 35 static const SVGPropertyInfo* s_propertyInfo = 0; in requiredFeaturesPropertyInfo() local 36 if (!s_propertyInfo) { in requiredFeaturesPropertyInfo() 37 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown, in requiredFeaturesPropertyInfo() 44 return s_propertyInfo; in requiredFeaturesPropertyInfo() 50 static const SVGPropertyInfo* s_propertyInfo = 0; in requiredExtensionsPropertyInfo() local 51 if (!s_propertyInfo) { in requiredExtensionsPropertyInfo() 52 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown, in requiredExtensionsPropertyInfo() 59 return s_propertyInfo; in requiredExtensionsPropertyInfo() 65 static const SVGPropertyInfo* s_propertyInfo = 0; in systemLanguagePropertyInfo() local 66 if (!s_propertyInfo) { in systemLanguagePropertyInfo() [all …]
|
D | SVGViewSpec.cpp | 34 static const SVGPropertyInfo* s_propertyInfo = 0; in viewBoxPropertyInfo() local 35 if (!s_propertyInfo) { in viewBoxPropertyInfo() 36 s_propertyInfo = new SVGPropertyInfo(AnimatedRect, in viewBoxPropertyInfo() 43 return s_propertyInfo; in viewBoxPropertyInfo() 49 static const SVGPropertyInfo* s_propertyInfo = 0; in preserveAspectRatioPropertyInfo() local 50 if (!s_propertyInfo) { in preserveAspectRatioPropertyInfo() 51 s_propertyInfo = new SVGPropertyInfo(AnimatedPreserveAspectRatio, in preserveAspectRatioPropertyInfo() 58 return s_propertyInfo; in preserveAspectRatioPropertyInfo() 65 static const SVGPropertyInfo* s_propertyInfo = 0; in transformPropertyInfo() local 66 if (!s_propertyInfo) { in transformPropertyInfo() [all …]
|
D | SVGPolyElement.cpp | 36 static const SVGPropertyInfo* s_propertyInfo = 0; in pointsPropertyInfo() local 37 if (!s_propertyInfo) { in pointsPropertyInfo() 38 s_propertyInfo = new SVGPropertyInfo(AnimatedPoints, in pointsPropertyInfo() 45 return s_propertyInfo; in pointsPropertyInfo()
|
D | SVGMarkerElement.cpp | 35 static const SVGPropertyInfo* s_propertyInfo = 0; in orientTypePropertyInfo() local 36 if (!s_propertyInfo) { in orientTypePropertyInfo() 37 s_propertyInfo = new SVGPropertyInfo(AnimatedEnumeration, in orientTypePropertyInfo() 44 return s_propertyInfo; in orientTypePropertyInfo()
|
D | SVGTextContentElement.cpp | 42 static const SVGPropertyInfo* s_propertyInfo = 0; in textLengthPropertyInfo() local 43 if (!s_propertyInfo) { in textLengthPropertyInfo() 44 s_propertyInfo = new SVGPropertyInfo(AnimatedLength, in textLengthPropertyInfo() 51 return s_propertyInfo; in textLengthPropertyInfo()
|
D | SVGPathElement.cpp | 56 static const SVGPropertyInfo* s_propertyInfo = 0; in dPropertyInfo() local 57 if (!s_propertyInfo) { in dPropertyInfo() 58 s_propertyInfo = new SVGPropertyInfo(AnimatedPath, in dPropertyInfo() 65 return s_propertyInfo; in dPropertyInfo()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAnimatedPropertyMacros.h | 97 DEFINE_STATIC_LOCAL(const SVGPropertyInfo, s_propertyInfo, \ 104 return &s_propertyInfo; \
|