Searched refs:attrName (Results 1 - 25 of 198) sorted by relevance

12345678

/external/webkit/Source/WebCore/svg/
H A DSVGGElement.cpp58 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName) argument
60 SVGStyledTransformableElement::svgAttributeChanged(attrName);
62 if (SVGTests::handleAttributeChange(this, attrName))
69 if (SVGLangSpace::isKnownAttribute(attrName)
70 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
74 void SVGGElement::synchronizeProperty(const QualifiedName& attrName) argument
76 SVGStyledTransformableElement::synchronizeProperty(attrName);
78 if (attrName == anyQName()) {
80 SVGTests::synchronizeProperties(this, attrName);
84 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
[all...]
H A DSVGDefsElement.cpp54 void SVGDefsElement::synchronizeProperty(const QualifiedName& attrName) argument
56 SVGStyledTransformableElement::synchronizeProperty(attrName);
58 if (attrName == anyQName()) {
60 SVGTests::synchronizeProperties(this, attrName);
64 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
66 else if (SVGTests::isKnownAttribute(attrName))
67 SVGTests::synchronizeProperties(this, attrName);
H A DSVGFEDisplacementMapElement.cpp82 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
85 if (attrName == SVGNames::xChannelSelectorAttr)
87 if (attrName == SVGNames::yChannelSelectorAttr)
89 if (attrName == SVGNames::scaleAttr)
96 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName) argument
98 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
100 if (attrName == SVGNames::xChannelSelectorAttr) {
104 primitiveAttributeChanged(attrName);
105 } else if (attrName == SVGNames::yChannelSelectorAttr) {
109 primitiveAttributeChanged(attrName);
116 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGFETurbulenceElement.cpp92 bool SVGFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
95 if (attrName == SVGNames::typeAttr)
97 if (attrName == SVGNames::stitchTilesAttr)
99 if (attrName == SVGNames::baseFrequencyAttr)
101 if (attrName == SVGNames::seedAttr)
103 if (attrName == SVGNames::numOctavesAttr)
110 void SVGFETurbulenceElement::svgAttributeChanged(const QualifiedName& attrName) argument
112 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
114 if (attrName == SVGNames::baseFrequencyAttr
115 || attrName
122 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGClipPathElement.cpp70 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName) argument
72 SVGStyledTransformableElement::svgAttributeChanged(attrName);
78 if (attrName == SVGNames::clipPathUnitsAttr
79 || SVGTests::isKnownAttribute(attrName)
80 || SVGLangSpace::isKnownAttribute(attrName)
81 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
82 || SVGStyledTransformableElement::isKnownAttribute(attrName))
86 void SVGClipPathElement::synchronizeProperty(const QualifiedName& attrName) argument
88 SVGStyledTransformableElement::synchronizeProperty(attrName);
90 if (attrName
[all...]
H A DSVGFESpecularLightingElement.cpp92 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
96 if (attrName == SVGNames::lighting_colorAttr) {
102 if (attrName == SVGNames::surfaceScaleAttr)
104 if (attrName == SVGNames::specularConstantAttr)
106 if (attrName == SVGNames::specularExponentAttr)
114 if (attrName == SVGNames::azimuthAttr)
116 if (attrName == SVGNames::elevationAttr)
118 if (attrName == SVGNames::xAttr)
120 if (attrName == SVGNames::yAttr)
122 if (attrName
139 svgAttributeChanged(const QualifiedName& attrName) argument
153 lightElementAttributeChanged(const SVGFELightElement* lightElement, const QualifiedName& attrName) argument
162 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGExternalResourcesRequired.cpp41 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName) argument
43 return attrName == SVGNames::externalResourcesRequiredAttr;
H A DSVGFEBlendElement.cpp71 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
74 if (attrName == SVGNames::modeAttr)
81 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName) argument
83 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
85 if (attrName == SVGNames::modeAttr)
86 primitiveAttributeChanged(attrName);
88 if (attrName == SVGNames::inAttr
89 || attrName == SVGNames::in2Attr)
93 void SVGFEBlendElement::synchronizeProperty(const QualifiedName& attrName) argument
95 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
[all...]
H A DSVGPolyElement.cpp68 void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName) argument
70 SVGStyledTransformableElement::svgAttributeChanged(attrName);
72 if (SVGTests::handleAttributeChange(this, attrName))
79 if (attrName == SVGNames::pointsAttr) {
85 if (SVGLangSpace::isKnownAttribute(attrName)
86 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
90 void SVGPolyElement::synchronizeProperty(const QualifiedName& attrName) argument
92 SVGStyledTransformableElement::synchronizeProperty(attrName);
94 if (attrName == anyQName()) {
97 SVGTests::synchronizeProperties(this, attrName);
[all...]
H A DSVGEllipseElement.cpp81 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) argument
83 SVGStyledTransformableElement::svgAttributeChanged(attrName);
85 bool isLengthAttribute = attrName == SVGNames::cxAttr
86 || attrName == SVGNames::cyAttr
87 || attrName == SVGNames::rxAttr
88 || attrName == SVGNames::ryAttr;
93 if (SVGTests::handleAttributeChange(this, attrName))
106 if (SVGLangSpace::isKnownAttribute(attrName)
107 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
111 void SVGEllipseElement::synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGForeignObjectElement.cpp80 void SVGForeignObjectElement::svgAttributeChanged(const QualifiedName& attrName) argument
82 SVGStyledTransformableElement::svgAttributeChanged(attrName);
84 bool isLengthAttribute = attrName == SVGNames::xAttr
85 || attrName == SVGNames::yAttr
86 || attrName == SVGNames::widthAttr
87 || attrName == SVGNames::heightAttr;
92 if (SVGTests::handleAttributeChange(this, attrName))
100 || SVGLangSpace::isKnownAttribute(attrName)
101 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
105 void SVGForeignObjectElement::synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGLineElement.cpp77 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName) argument
79 SVGStyledTransformableElement::svgAttributeChanged(attrName);
81 bool isLengthAttribute = attrName == SVGNames::x1Attr
82 || attrName == SVGNames::y1Attr
83 || attrName == SVGNames::x2Attr
84 || attrName == SVGNames::y2Attr;
89 if (SVGTests::handleAttributeChange(this, attrName))
102 if (SVGLangSpace::isKnownAttribute(attrName)
103 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
107 void SVGLineElement::synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGFEDiffuseLightingElement.cpp87 bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
91 if (attrName == SVGNames::lighting_colorAttr) {
97 if (attrName == SVGNames::surfaceScaleAttr)
99 if (attrName == SVGNames::diffuseConstantAttr)
107 if (attrName == SVGNames::azimuthAttr)
109 if (attrName == SVGNames::elevationAttr)
111 if (attrName == SVGNames::xAttr)
113 if (attrName == SVGNames::yAttr)
115 if (attrName == SVGNames::zAttr)
117 if (attrName
132 svgAttributeChanged(const QualifiedName& attrName) argument
146 lightElementAttributeChanged(const SVGFELightElement* lightElement, const QualifiedName& attrName) argument
155 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGSymbolElement.cpp58 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName) argument
60 SVGStyledElement::svgAttributeChanged(attrName);
62 if (attrName == SVGNames::viewBoxAttr)
66 void SVGSymbolElement::synchronizeProperty(const QualifiedName& attrName) argument
68 SVGStyledElement::synchronizeProperty(attrName);
70 if (attrName == anyQName()) {
79 if (attrName == SVGNames::preserveAspectRatioAttr)
81 else if (attrName == SVGNames::viewBoxAttr)
83 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
85 else if (SVGFitToViewBox::isKnownAttribute(attrName)) {
[all...]
H A DSVGCircleElement.cpp75 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName) argument
77 SVGStyledTransformableElement::svgAttributeChanged(attrName);
79 bool isLengthAttribute = attrName == SVGNames::cxAttr
80 || attrName == SVGNames::cyAttr
81 || attrName == SVGNames::rAttr;
86 if (SVGTests::handleAttributeChange(this, attrName))
99 if (SVGLangSpace::isKnownAttribute(attrName)
100 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
104 void SVGCircleElement::synchronizeProperty(const QualifiedName& attrName) argument
106 SVGStyledTransformableElement::synchronizeProperty(attrName);
[all...]
H A DSVGFEMergeNodeElement.cpp56 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) argument
58 SVGElement::svgAttributeChanged(attrName);
60 if (attrName != SVGNames::inAttr)
85 void SVGFEMergeNodeElement::synchronizeProperty(const QualifiedName& attrName) argument
87 SVGElement::synchronizeProperty(attrName);
89 if (attrName == anyQName() || attrName == SVGNames::inAttr)
H A DSVGFETileElement.cpp56 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName) argument
58 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
60 if (attrName == SVGNames::inAttr)
64 void SVGFETileElement::synchronizeProperty(const QualifiedName& attrName) argument
66 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
68 if (attrName == anyQName() || attrName == SVGNames::inAttr)
H A DSVGSwitchElement.cpp67 void SVGSwitchElement::synchronizeProperty(const QualifiedName& attrName) argument
69 SVGStyledTransformableElement::synchronizeProperty(attrName);
71 if (attrName == anyQName()) {
73 SVGTests::synchronizeProperties(this, attrName);
77 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
79 else if (SVGTests::isKnownAttribute(attrName))
80 SVGTests::synchronizeProperties(this, attrName);
H A DSVGFELightElement.cpp103 void SVGFELightElement::svgAttributeChanged(const QualifiedName& attrName) argument
105 SVGElement::svgAttributeChanged(attrName);
107 if (attrName == SVGNames::azimuthAttr
108 || attrName == SVGNames::elevationAttr
109 || attrName == SVGNames::xAttr
110 || attrName == SVGNames::yAttr
111 || attrName == SVGNames::zAttr
112 || attrName == SVGNames::pointsAtXAttr
113 || attrName == SVGNames::pointsAtYAttr
114 || attrName
137 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGCursorElement.cpp109 void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName) argument
111 SVGElement::svgAttributeChanged(attrName);
113 if (attrName == SVGNames::xAttr
114 || attrName == SVGNames::yAttr
115 || SVGTests::isKnownAttribute(attrName)
116 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
117 || SVGURIReference::isKnownAttribute(attrName)) {
126 void SVGCursorElement::synchronizeProperty(const QualifiedName& attrName) argument
128 SVGElement::synchronizeProperty(attrName);
130 if (attrName
[all...]
H A DSVGFECompositeElement.cpp85 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
88 if (attrName == SVGNames::operatorAttr)
90 if (attrName == SVGNames::k1Attr)
92 if (attrName == SVGNames::k2Attr)
94 if (attrName == SVGNames::k3Attr)
96 if (attrName == SVGNames::k4Attr)
104 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName) argument
106 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
108 if (attrName == SVGNames::operatorAttr
109 || attrName
120 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
/external/webkit/Source/WebCore/wml/
H A DWMLImageElement.cpp55 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
57 if (attrName == HTMLNames::widthAttr ||
58 attrName == HTMLNames::heightAttr ||
59 attrName == HTMLNames::vspaceAttr ||
60 attrName == HTMLNames::hspaceAttr) {
65 if (attrName == HTMLNames::alignAttr) {
70 return WMLElement::mapToEntry(attrName, result);
75 const QualifiedName& attrName = attr->name(); local
77 if (attrName == HTMLNames::altAttr) {
80 } else if (attrName
[all...]
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_namednodemapreturnattrnode.js99 var attrName;
112 attrName = streetAttr.nodeName;
114 assertEqualsAutoCase("attribute", "nodeName","class",attrName);
115 attrName = streetAttr.name;
117 assertEqualsAutoCase("attribute", "name","class",attrName);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_namednodemapreturnattrnode.js99 var attrName;
112 attrName = streetAttr.nodeName;
114 assertEqualsAutoCase("attribute", "nodeName","class",attrName);
115 attrName = streetAttr.name;
117 assertEqualsAutoCase("attribute", "name","class",attrName);
/external/webkit/Source/WebCore/mathml/
H A DMathMLElement.cpp51 bool MathMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
53 if (attrName == mathcolorAttr || attrName == mathbackgroundAttr
54 || attrName == colorAttr || attrName == backgroundAttr
55 || attrName == fontsizeAttr || attrName == fontstyleAttr
56 || attrName == fontweightAttr || attrName == fontfamilyAttr) {
60 return StyledElement::mapToEntry(attrName, resul
[all...]

Completed in 263 milliseconds

12345678