HomeSort by relevance Sort by last modified time
    Searched full:attrname (Results 1 - 25 of 418) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/svg/
SVGFESpecularLightingElement.cpp 92 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
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 == SVGNames::zAttr
    [all...]
SVGFEDiffuseLightingElement.cpp 87 bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
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 == SVGNames::pointsAtXAttr
    [all...]
SVGCircleElement.cpp 75 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName)
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)
106 SVGStyledTransformableElement::synchronizeProperty(attrName);
    [all...]
SVGFELightElement.cpp 103 void SVGFELightElement::svgAttributeChanged(const QualifiedName& attrName)
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 == SVGNames::pointsAtZAtt
    [all...]
SVGCursorElement.cpp 109 void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName)
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)
128 SVGElement::synchronizeProperty(attrName);
130 if (attrName == anyQName())
    [all...]
SVGFECompositeElement.cpp 85 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
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)
106 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
108 if (attrName == SVGNames::operatorAttr
109 || attrName == SVGNames::k1Att
    [all...]
SVGImageElement.cpp 93 void SVGImageElement::svgAttributeChanged(const QualifiedName& attrName)
95 SVGStyledTransformableElement::svgAttributeChanged(attrName);
97 if (SVGURIReference::isKnownAttribute(attrName))
100 bool isLengthAttribute = attrName == SVGNames::xAttr
101 || attrName == SVGNames::yAttr
102 || attrName == SVGNames::widthAttr
103 || attrName == SVGNames::heightAttr;
108 if (SVGTests::handleAttributeChange(this, attrName))
121 if (attrName == SVGNames::preserveAspectRatioAttr
122 || SVGLangSpace::isKnownAttribute(attrName)
    [all...]
SVGRectElement.cpp 92 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName)
94 SVGStyledTransformableElement::svgAttributeChanged(attrName);
96 bool isLengthAttribute = attrName == SVGNames::xAttr
97 || attrName == SVGNames::yAttr
98 || attrName == SVGNames::widthAttr
99 || attrName == SVGNames::heightAttr
100 || attrName == SVGNames::rxAttr
101 || attrName == SVGNames::ryAttr;
106 if (SVGTests::handleAttributeChange(this, attrName))
119 if (SVGLangSpace::isKnownAttribute(attrName)
    [all...]
SVGClipPathElement.cpp 70 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
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)
88 SVGStyledTransformableElement::synchronizeProperty(attrName);
90 if (attrName == anyQName())
    [all...]
SVGFEMorphologyElement.cpp 89 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
92 if (attrName == SVGNames::operatorAttr)
94 if (attrName == SVGNames::radiusAttr)
101 void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName)
103 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
105 if (attrName == SVGNames::operatorAttr
106 || attrName == SVGNames::radiusAttr)
107 primitiveAttributeChanged(attrName);
109 if (attrName == SVGNames::inAttr)
113 void SVGFEMorphologyElement::synchronizeProperty(const QualifiedName& attrName)
    [all...]
SVGMarkerElement.cpp 120 void SVGMarkerElement::svgAttributeChanged(const QualifiedName& attrName)
122 SVGStyledElement::svgAttributeChanged(attrName);
125 if (attrName == SVGNames::refXAttr
126 || attrName == SVGNames::refYAttr
127 || attrName == SVGNames::markerWidthAttr
128 || attrName == SVGNames::markerHeightAttr) {
138 || attrName == SVGNames::markerUnitsAttr
139 || attrName == SVGNames::orientAttr
140 || SVGLangSpace::isKnownAttribute(attrName)
141 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
    [all...]
SVGMaskElement.cpp 96 void SVGMaskElement::svgAttributeChanged(const QualifiedName& attrName)
98 SVGStyledElement::svgAttributeChanged(attrName);
101 if (attrName == SVGNames::xAttr
102 || attrName == SVGNames::yAttr
103 || attrName == SVGNames::widthAttr
104 || attrName == SVGNames::heightAttr) {
114 || attrName == SVGNames::maskUnitsAttr
115 || attrName == SVGNames::maskContentUnitsAttr
116 || SVGTests::isKnownAttribute(attrName)
117 || SVGLangSpace::isKnownAttribute(attrName)
    [all...]
SVGSymbolElement.cpp 58 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName)
60 SVGStyledElement::svgAttributeChanged(attrName);
62 if (attrName == SVGNames::viewBoxAttr)
66 void SVGSymbolElement::synchronizeProperty(const QualifiedName& attrName)
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...]
SVGFEDisplacementMapElement.cpp 82 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
85 if (attrName == SVGNames::xChannelSelectorAttr)
87 if (attrName == SVGNames::yChannelSelectorAttr)
89 if (attrName == SVGNames::scaleAttr)
96 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName)
98 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
100 if (attrName == SVGNames::xChannelSelectorAttr) {
104 primitiveAttributeChanged(attrName);
105 } else if (attrName == SVGNames::yChannelSelectorAttr) {
109 primitiveAttributeChanged(attrName);
    [all...]
SVGFETurbulenceElement.cpp 92 bool SVGFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
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)
112 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
114 if (attrName == SVGNames::baseFrequencyAttr
115 || attrName == SVGNames::numOctavesAtt
    [all...]
SVGFEBlendElement.cpp 71 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
74 if (attrName == SVGNames::modeAttr)
81 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName)
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)
95 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
    [all...]
SVGPolyElement.cpp 68 void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName)
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)
92 SVGStyledTransformableElement::synchronizeProperty(attrName);
94 if (attrName == anyQName()) {
97 SVGTests::synchronizeProperties(this, attrName);
    [all...]
SVGDefsElement.cpp 54 void SVGDefsElement::synchronizeProperty(const QualifiedName& attrName)
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);
SVGEllipseElement.cpp 81 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName)
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)
    [all...]
SVGForeignObjectElement.cpp 80 void SVGForeignObjectElement::svgAttributeChanged(const QualifiedName& attrName)
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)
    [all...]
SVGLineElement.cpp 77 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName)
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)
    [all...]
SVGFilterElement.cpp 132 void SVGFilterElement::svgAttributeChanged(const QualifiedName& attrName)
134 SVGStyledElement::svgAttributeChanged(attrName);
137 if (attrName == SVGNames::xAttr
138 || attrName == SVGNames::yAttr
139 || attrName == SVGNames::widthAttr
140 || attrName == SVGNames::heightAttr) {
150 || attrName == SVGNames::filterUnitsAttr
151 || attrName == SVGNames::primitiveUnitsAttr
152 || attrName == SVGNames::filterResAttr
153 || SVGStyledElement::isKnownAttribute(attrName)
    [all...]
SVGGElement.cpp 58 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName)
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)
76 SVGStyledTransformableElement::synchronizeProperty(attrName);
78 if (attrName == anyQName()) {
80 SVGTests::synchronizeProperties(this, attrName);
84 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
    [all...]
SVGTextPathElement.cpp 75 void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName)
77 SVGTextContentElement::svgAttributeChanged(attrName);
79 if (attrName == SVGNames::startOffsetAttr)
85 if (attrName == SVGNames::startOffsetAttr
86 || SVGURIReference::isKnownAttribute(attrName))
90 void SVGTextPathElement::synchronizeProperty(const QualifiedName& attrName)
92 SVGTextContentElement::synchronizeProperty(attrName);
94 if (attrName == anyQName()) {
102 if (attrName == SVGNames::startOffsetAttr)
104 else if (attrName == SVGNames::methodAttr
    [all...]
SVGPatternElement.cpp 121 void SVGPatternElement::svgAttributeChanged(const QualifiedName& attrName)
123 SVGStyledElement::svgAttributeChanged(attrName);
126 if (attrName == SVGNames::xAttr
127 || attrName == SVGNames::yAttr
128 || attrName == SVGNames::widthAttr
129 || attrName == SVGNames::heightAttr) {
139 || attrName == SVGNames::patternUnitsAttr
140 || attrName == SVGNames::patternContentUnitsAttr
141 || attrName == SVGNames::patternTransformAttr
142 || SVGURIReference::isKnownAttribute(attrName)
    [all...]

Completed in 312 milliseconds

1 2 3 4 5 6 7 8 91011>>