Home
last modified time | relevance | path

Searched refs:supportedAttributes (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGComponentTransferFunctionElement.cpp65 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
66 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
67 supportedAttributes.add(SVGNames::typeAttr); in isSupportedAttribute()
68 supportedAttributes.add(SVGNames::tableValuesAttr); in isSupportedAttribute()
69 supportedAttributes.add(SVGNames::slopeAttr); in isSupportedAttribute()
70 supportedAttributes.add(SVGNames::interceptAttr); in isSupportedAttribute()
71 supportedAttributes.add(SVGNames::amplitudeAttr); in isSupportedAttribute()
72 supportedAttributes.add(SVGNames::exponentAttr); in isSupportedAttribute()
73 supportedAttributes.add(SVGNames::offsetAttr); in isSupportedAttribute()
75 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFELightElement.cpp89 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
90 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
91 supportedAttributes.add(SVGNames::azimuthAttr); in isSupportedAttribute()
92 supportedAttributes.add(SVGNames::elevationAttr); in isSupportedAttribute()
93 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
94 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
95 supportedAttributes.add(SVGNames::zAttr); in isSupportedAttribute()
96 supportedAttributes.add(SVGNames::pointsAtXAttr); in isSupportedAttribute()
97 supportedAttributes.add(SVGNames::pointsAtYAttr); in isSupportedAttribute()
98 supportedAttributes.add(SVGNames::pointsAtZAttr); in isSupportedAttribute()
[all …]
DSVGMaskElement.cpp76 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
77 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
78 SVGTests::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
79 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
80 supportedAttributes.add(SVGNames::maskUnitsAttr); in isSupportedAttribute()
81 supportedAttributes.add(SVGNames::maskContentUnitsAttr); in isSupportedAttribute()
82 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
83 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
84 supportedAttributes.add(SVGNames::widthAttr); in isSupportedAttribute()
85 supportedAttributes.add(SVGNames::heightAttr); in isSupportedAttribute()
[all …]
DSVGViewElement.cpp56 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
57 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
58 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
59 SVGFitToViewBox::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
60 SVGZoomAndPan::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
61 supportedAttributes.add(SVGNames::viewTargetAttr); in isSupportedAttribute()
63 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGRectElement.cpp72 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
73 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
74 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
75 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
76 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
77 supportedAttributes.add(SVGNames::widthAttr); in isSupportedAttribute()
78 supportedAttributes.add(SVGNames::heightAttr); in isSupportedAttribute()
79 supportedAttributes.add(SVGNames::rxAttr); in isSupportedAttribute()
80 supportedAttributes.add(SVGNames::ryAttr); in isSupportedAttribute()
82 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFECompositeElement.cpp67 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
68 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
69 supportedAttributes.add(SVGNames::inAttr); in isSupportedAttribute()
70 supportedAttributes.add(SVGNames::in2Attr); in isSupportedAttribute()
71 supportedAttributes.add(SVGNames::operatorAttr); in isSupportedAttribute()
72 supportedAttributes.add(SVGNames::k1Attr); in isSupportedAttribute()
73 supportedAttributes.add(SVGNames::k2Attr); in isSupportedAttribute()
74 supportedAttributes.add(SVGNames::k3Attr); in isSupportedAttribute()
75 supportedAttributes.add(SVGNames::k4Attr); in isSupportedAttribute()
77 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGPatternElement.cpp83 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
84 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
85 SVGURIReference::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
86 SVGTests::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
87 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
88 SVGFitToViewBox::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
89 supportedAttributes.add(SVGNames::patternUnitsAttr); in isSupportedAttribute()
90 supportedAttributes.add(SVGNames::patternContentUnitsAttr); in isSupportedAttribute()
91 supportedAttributes.add(SVGNames::patternTransformAttr); in isSupportedAttribute()
92 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
[all …]
DSVGLineElement.cpp65 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
66 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
67 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
68 supportedAttributes.add(SVGNames::x1Attr); in isSupportedAttribute()
69 supportedAttributes.add(SVGNames::x2Attr); in isSupportedAttribute()
70 supportedAttributes.add(SVGNames::y1Attr); in isSupportedAttribute()
71 supportedAttributes.add(SVGNames::y2Attr); in isSupportedAttribute()
73 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGCursorElement.cpp69 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
70 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
71 SVGTests::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
72 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
73 SVGURIReference::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
74 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
75 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
77 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGEllipseElement.cpp66 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
67 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
68 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
69 supportedAttributes.add(SVGNames::cxAttr); in isSupportedAttribute()
70 supportedAttributes.add(SVGNames::cyAttr); in isSupportedAttribute()
71 supportedAttributes.add(SVGNames::rxAttr); in isSupportedAttribute()
72 supportedAttributes.add(SVGNames::ryAttr); in isSupportedAttribute()
74 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGTextPositioningElement.cpp59 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
60 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
61 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
62 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
63 supportedAttributes.add(SVGNames::dxAttr); in isSupportedAttribute()
64 supportedAttributes.add(SVGNames::dyAttr); in isSupportedAttribute()
65 supportedAttributes.add(SVGNames::rotateAttr); in isSupportedAttribute()
67 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFEDisplacementMapElement.cpp63 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
64 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
65 supportedAttributes.add(SVGNames::inAttr); in isSupportedAttribute()
66 supportedAttributes.add(SVGNames::in2Attr); in isSupportedAttribute()
67 supportedAttributes.add(SVGNames::xChannelSelectorAttr); in isSupportedAttribute()
68 supportedAttributes.add(SVGNames::yChannelSelectorAttr); in isSupportedAttribute()
69 supportedAttributes.add(SVGNames::scaleAttr); in isSupportedAttribute()
71 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGForeignObjectElement.cpp69 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
70 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
71 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
72 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
73 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
74 supportedAttributes.add(SVGNames::widthAttr); in isSupportedAttribute()
75 supportedAttributes.add(SVGNames::heightAttr); in isSupportedAttribute()
77 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGGradientElement.cpp65 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
66 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
67 SVGURIReference::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
68 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
69 supportedAttributes.add(SVGNames::gradientUnitsAttr); in isSupportedAttribute()
70 supportedAttributes.add(SVGNames::gradientTransformAttr); in isSupportedAttribute()
71 supportedAttributes.add(SVGNames::spreadMethodAttr); in isSupportedAttribute()
73 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFEConvolveMatrixElement.cpp104 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
105 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
106 supportedAttributes.add(SVGNames::inAttr); in isSupportedAttribute()
107 supportedAttributes.add(SVGNames::orderAttr); in isSupportedAttribute()
108 supportedAttributes.add(SVGNames::kernelMatrixAttr); in isSupportedAttribute()
109 supportedAttributes.add(SVGNames::edgeModeAttr); in isSupportedAttribute()
110 supportedAttributes.add(SVGNames::divisorAttr); in isSupportedAttribute()
111 supportedAttributes.add(SVGNames::biasAttr); in isSupportedAttribute()
112 supportedAttributes.add(SVGNames::targetXAttr); in isSupportedAttribute()
113 supportedAttributes.add(SVGNames::targetYAttr); in isSupportedAttribute()
[all …]
DSVGCircleElement.cpp63 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
64 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
65 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
66 supportedAttributes.add(SVGNames::cxAttr); in isSupportedAttribute()
67 supportedAttributes.add(SVGNames::cyAttr); in isSupportedAttribute()
68 supportedAttributes.add(SVGNames::rAttr); in isSupportedAttribute()
70 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGImageElement.cpp86 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
87 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
88 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
89 SVGURIReference::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
90 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
91 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
92 supportedAttributes.add(SVGNames::widthAttr); in isSupportedAttribute()
93 supportedAttributes.add(SVGNames::heightAttr); in isSupportedAttribute()
94 supportedAttributes.add(SVGNames::preserveAspectRatioAttr); in isSupportedAttribute()
96 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFilterPrimitiveStandardAttributes.cpp64 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
65 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
66 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
67 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
68 supportedAttributes.add(SVGNames::widthAttr); in isSupportedAttribute()
69 supportedAttributes.add(SVGNames::heightAttr); in isSupportedAttribute()
70 supportedAttributes.add(SVGNames::resultAttr); in isSupportedAttribute()
72 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGMarkerElement.cpp110 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
111 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
112 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
113 SVGFitToViewBox::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
114 supportedAttributes.add(SVGNames::markerUnitsAttr); in isSupportedAttribute()
115 supportedAttributes.add(SVGNames::refXAttr); in isSupportedAttribute()
116 supportedAttributes.add(SVGNames::refYAttr); in isSupportedAttribute()
117 supportedAttributes.add(SVGNames::markerWidthAttr); in isSupportedAttribute()
118 supportedAttributes.add(SVGNames::markerHeightAttr); in isSupportedAttribute()
119 supportedAttributes.add(SVGNames::orientAttr); in isSupportedAttribute()
[all …]
DSVGFEOffsetElement.cpp58 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
59 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
60 supportedAttributes.add(SVGNames::inAttr); in isSupportedAttribute()
61 supportedAttributes.add(SVGNames::dxAttr); in isSupportedAttribute()
62 supportedAttributes.add(SVGNames::dyAttr); in isSupportedAttribute()
64 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFETurbulenceElement.cpp78 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
79 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
80 supportedAttributes.add(SVGNames::baseFrequencyAttr); in isSupportedAttribute()
81 supportedAttributes.add(SVGNames::numOctavesAttr); in isSupportedAttribute()
82 supportedAttributes.add(SVGNames::seedAttr); in isSupportedAttribute()
83 supportedAttributes.add(SVGNames::stitchTilesAttr); in isSupportedAttribute()
84 supportedAttributes.add(SVGNames::typeAttr); in isSupportedAttribute()
86 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFilterElement.cpp104 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
105 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
106 SVGURIReference::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
107 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
108 supportedAttributes.add(SVGNames::filterUnitsAttr); in isSupportedAttribute()
109 supportedAttributes.add(SVGNames::primitiveUnitsAttr); in isSupportedAttribute()
110 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
111 supportedAttributes.add(SVGNames::yAttr); in isSupportedAttribute()
112 supportedAttributes.add(SVGNames::widthAttr); in isSupportedAttribute()
113 supportedAttributes.add(SVGNames::heightAttr); in isSupportedAttribute()
[all …]
DSVGSymbolElement.cpp57 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
58 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
59 SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
60 SVGFitToViewBox::addSupportedAttributes(supportedAttributes); in isSupportedAttribute()
62 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFEDropShadowElement.cpp86 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
87 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
88 supportedAttributes.add(SVGNames::inAttr); in isSupportedAttribute()
89 supportedAttributes.add(SVGNames::dxAttr); in isSupportedAttribute()
90 supportedAttributes.add(SVGNames::dyAttr); in isSupportedAttribute()
91 supportedAttributes.add(SVGNames::stdDeviationAttr); in isSupportedAttribute()
93 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
DSVGFEBlendElement.cpp59 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); in isSupportedAttribute()
60 if (supportedAttributes.isEmpty()) { in isSupportedAttribute()
61 supportedAttributes.add(SVGNames::modeAttr); in isSupportedAttribute()
62 supportedAttributes.add(SVGNames::inAttr); in isSupportedAttribute()
63 supportedAttributes.add(SVGNames::in2Attr); in isSupportedAttribute()
65 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()

123