HomeSort by relevance Sort by last modified time
    Searched defs:isSupportedAttribute (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMPathElement.cpp 108 bool SVGMPathElement::isSupportedAttribute(const QualifiedName& attrName)
120 if (!isSupportedAttribute(name)) {
135 if (!isSupportedAttribute(attrName)) {
SVGMaskElement.cpp 77 bool SVGMaskElement::isSupportedAttribute(const QualifiedName& attrName)
97 if (!isSupportedAttribute(name))
127 if (!isSupportedAttribute(attrName)) {
SVGPolyElement.cpp 64 bool SVGPolyElement::isSupportedAttribute(const QualifiedName& attrName)
77 if (!isSupportedAttribute(name)) {
104 if (!isSupportedAttribute(attrName)) {
SVGRadialGradientElement.cpp 74 bool SVGRadialGradientElement::isSupportedAttribute(const QualifiedName& attrName)
92 if (!isSupportedAttribute(name))
114 if (!isSupportedAttribute(attrName)) {
SVGRectElement.cpp 72 bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName)
92 if (!isSupportedAttribute(name))
116 if (!isSupportedAttribute(attrName)) {
SVGStopElement.cpp 54 bool SVGStopElement::isSupportedAttribute(const QualifiedName& attrName)
64 if (!isSupportedAttribute(name)) {
82 if (!isSupportedAttribute(attrName)) {
SVGAElement.cpp 94 bool SVGAElement::isSupportedAttribute(const QualifiedName& attrName)
107 if (!isSupportedAttribute(name)) {
127 if (!isSupportedAttribute(attrName)) {
SVGFEDiffuseLightingElement.cpp 78 bool SVGFEDiffuseLightingElement::isSupportedAttribute(const QualifiedName& attrName)
93 if (!isSupportedAttribute(name) || name == SVGNames::lighting_colorAttr) {
172 if (!isSupportedAttribute(attrName)) {
SVGFEDropShadowElement.cpp 85 bool SVGFEDropShadowElement::isSupportedAttribute(const QualifiedName& attrName)
99 if (!isSupportedAttribute(name)) {
133 if (!isSupportedAttribute(attrName)) {
SVGFEImageElement.cpp 113 bool SVGFEImageElement::isSupportedAttribute(const QualifiedName& attrName)
126 if (!isSupportedAttribute(name)) {
148 if (!isSupportedAttribute(attrName)) {
SVGFEMorphologyElement.cpp 79 bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName)
92 if (!isSupportedAttribute(name)) {
139 if (!isSupportedAttribute(attrName)) {
SVGFESpecularLightingElement.cpp 82 bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& attrName)
97 if (!isSupportedAttribute(name)) {
183 if (!isSupportedAttribute(attrName)) {
SVGFilterElement.cpp 104 bool SVGFilterElement::isSupportedAttribute(const QualifiedName& attrName)
125 if (!isSupportedAttribute(name))
159 if (!isSupportedAttribute(attrName)) {
SVGGradientElement.cpp 65 bool SVGGradientElement::isSupportedAttribute(const QualifiedName& attrName)
80 if (!isSupportedAttribute(name)) {
117 if (!isSupportedAttribute(attrName)) {
SVGGraphicsElement.cpp 93 bool SVGGraphicsElement::isSupportedAttribute(const QualifiedName& attrName)
105 if (!isSupportedAttribute(name)) {
125 if (!isSupportedAttribute(attrName)) {
SVGImageElement.cpp 74 bool SVGImageElement::isSupportedAttribute(const QualifiedName& attrName)
99 if (!isSupportedAttribute(name))
111 if (!isSupportedAttribute(name))
136 if (!isSupportedAttribute(attrName)) {
SVGPatternElement.cpp 84 bool SVGPatternElement::isSupportedAttribute(const QualifiedName& attrName)
107 if (!isSupportedAttribute(name))
145 if (!isSupportedAttribute(attrName)) {
SVGTextPathElement.cpp 75 bool SVGTextPathElement::isSupportedAttribute(const QualifiedName& attrName)
91 if (!isSupportedAttribute(name))
112 if (!isSupportedAttribute(attrName)) {
SVGMarkerElement.cpp 110 bool SVGMarkerElement::isSupportedAttribute(const QualifiedName& attrName)
130 if (!isSupportedAttribute(name))
161 if (!isSupportedAttribute(attrName)) {
SVGScriptElement.cpp 61 bool SVGScriptElement::isSupportedAttribute(const QualifiedName& attrName)
75 if (!isSupportedAttribute(name)) {
100 if (!isSupportedAttribute(attrName)) {
SVGStyleElement.cpp 99 bool SVGStyleElement::isSupportedAttribute(const QualifiedName& attrName)
109 if (!isSupportedAttribute(name)) {
SVGTextContentElement.cpp 214 bool SVGTextContentElement::isSupportedAttribute(const QualifiedName& attrName)
235 if (!isSupportedAttribute(name))
251 if (!isSupportedAttribute(name))
269 if (!isSupportedAttribute(attrName)) {
SVGFEConvolveMatrixElement.cpp 103 bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
123 if (!isSupportedAttribute(name)) {
255 if (!isSupportedAttribute(attrName)) {
SVGTRefElement.cpp 175 bool SVGTRefElement::isSupportedAttribute(const QualifiedName& attrName)
185 if (!isSupportedAttribute(name)) {
198 if (!isSupportedAttribute(attrName)) {
SVGAnimateMotionElement.cpp 96 bool SVGAnimateMotionElement::isSupportedAttribute(const QualifiedName& attrName)
106 if (!isSupportedAttribute(name)) {

Completed in 192 milliseconds

12 3