Home
last modified time | relevance | path

Searched refs:s_propertyInfo (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTests.cpp35 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 …]
DSVGViewSpec.cpp34 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 …]
DSVGPolyElement.cpp36 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()
DSVGMarkerElement.cpp35 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()
DSVGTextContentElement.cpp42 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()
DSVGPathElement.cpp56 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/
DSVGAnimatedPropertyMacros.h97 DEFINE_STATIC_LOCAL(const SVGPropertyInfo, s_propertyInfo, \
104 return &s_propertyInfo; \