/external/webkit/Source/WebCore/svg/ |
D | SVGFESpecularLightingElement.cpp | 92 …cularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument 96 if (attrName == SVGNames::lighting_colorAttr) { in setFilterEffectAttribute() 102 if (attrName == SVGNames::surfaceScaleAttr) in setFilterEffectAttribute() 104 if (attrName == SVGNames::specularConstantAttr) in setFilterEffectAttribute() 106 if (attrName == SVGNames::specularExponentAttr) in setFilterEffectAttribute() 114 if (attrName == SVGNames::azimuthAttr) in setFilterEffectAttribute() 116 if (attrName == SVGNames::elevationAttr) in setFilterEffectAttribute() 118 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute() 120 if (attrName == SVGNames::yAttr) in setFilterEffectAttribute() 122 if (attrName == SVGNames::zAttr) in setFilterEffectAttribute() [all …]
|
D | SVGFEDiffuseLightingElement.cpp | 87 …ffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument 91 if (attrName == SVGNames::lighting_colorAttr) { in setFilterEffectAttribute() 97 if (attrName == SVGNames::surfaceScaleAttr) in setFilterEffectAttribute() 99 if (attrName == SVGNames::diffuseConstantAttr) in setFilterEffectAttribute() 107 if (attrName == SVGNames::azimuthAttr) in setFilterEffectAttribute() 109 if (attrName == SVGNames::elevationAttr) in setFilterEffectAttribute() 111 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute() 113 if (attrName == SVGNames::yAttr) in setFilterEffectAttribute() 115 if (attrName == SVGNames::zAttr) in setFilterEffectAttribute() 117 if (attrName == SVGNames::pointsAtXAttr) in setFilterEffectAttribute() [all …]
|
D | SVGFECompositeElement.cpp | 85 …VGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument 88 if (attrName == SVGNames::operatorAttr) in setFilterEffectAttribute() 90 if (attrName == SVGNames::k1Attr) in setFilterEffectAttribute() 92 if (attrName == SVGNames::k2Attr) in setFilterEffectAttribute() 94 if (attrName == SVGNames::k3Attr) in setFilterEffectAttribute() 96 if (attrName == SVGNames::k4Attr) in setFilterEffectAttribute() 104 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 106 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged() 108 if (attrName == SVGNames::operatorAttr in svgAttributeChanged() 109 || attrName == SVGNames::k1Attr in svgAttributeChanged() [all …]
|
D | SVGFETurbulenceElement.cpp | 92 …GFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument 95 if (attrName == SVGNames::typeAttr) in setFilterEffectAttribute() 97 if (attrName == SVGNames::stitchTilesAttr) in setFilterEffectAttribute() 99 if (attrName == SVGNames::baseFrequencyAttr) in setFilterEffectAttribute() 101 if (attrName == SVGNames::seedAttr) in setFilterEffectAttribute() 103 if (attrName == SVGNames::numOctavesAttr) in setFilterEffectAttribute() 110 void SVGFETurbulenceElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 112 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged() 114 if (attrName == SVGNames::baseFrequencyAttr in svgAttributeChanged() 115 || attrName == SVGNames::numOctavesAttr in svgAttributeChanged() [all …]
|
D | SVGFELightElement.cpp | 103 void SVGFELightElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 105 SVGElement::svgAttributeChanged(attrName); in svgAttributeChanged() 107 if (attrName == SVGNames::azimuthAttr in svgAttributeChanged() 108 || attrName == SVGNames::elevationAttr in svgAttributeChanged() 109 || attrName == SVGNames::xAttr in svgAttributeChanged() 110 || attrName == SVGNames::yAttr in svgAttributeChanged() 111 || attrName == SVGNames::zAttr in svgAttributeChanged() 112 || attrName == SVGNames::pointsAtXAttr in svgAttributeChanged() 113 || attrName == SVGNames::pointsAtYAttr in svgAttributeChanged() 114 || attrName == SVGNames::pointsAtZAttr in svgAttributeChanged() [all …]
|
D | SVGPatternElement.cpp | 121 void SVGPatternElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 123 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged() 126 if (attrName == SVGNames::xAttr in svgAttributeChanged() 127 || attrName == SVGNames::yAttr in svgAttributeChanged() 128 || attrName == SVGNames::widthAttr in svgAttributeChanged() 129 || attrName == SVGNames::heightAttr) { in svgAttributeChanged() 139 || attrName == SVGNames::patternUnitsAttr in svgAttributeChanged() 140 || attrName == SVGNames::patternContentUnitsAttr in svgAttributeChanged() 141 || attrName == SVGNames::patternTransformAttr in svgAttributeChanged() 142 || SVGURIReference::isKnownAttribute(attrName) in svgAttributeChanged() [all …]
|
D | SVGFEDisplacementMapElement.cpp | 82 …splacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument 85 if (attrName == SVGNames::xChannelSelectorAttr) in setFilterEffectAttribute() 87 if (attrName == SVGNames::yChannelSelectorAttr) in setFilterEffectAttribute() 89 if (attrName == SVGNames::scaleAttr) in setFilterEffectAttribute() 96 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 98 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged() 100 if (attrName == SVGNames::xChannelSelectorAttr) { in svgAttributeChanged() 104 primitiveAttributeChanged(attrName); in svgAttributeChanged() 105 } else if (attrName == SVGNames::yChannelSelectorAttr) { in svgAttributeChanged() 109 primitiveAttributeChanged(attrName); in svgAttributeChanged() [all …]
|
D | SVGLineElement.cpp | 77 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 79 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 81 bool isLengthAttribute = attrName == SVGNames::x1Attr in svgAttributeChanged() 82 || attrName == SVGNames::y1Attr in svgAttributeChanged() 83 || attrName == SVGNames::x2Attr in svgAttributeChanged() 84 || attrName == SVGNames::y2Attr; in svgAttributeChanged() 89 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged() 102 if (SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() 103 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) in svgAttributeChanged() 107 void SVGLineElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument [all …]
|
D | SVGForeignObjectElement.cpp | 80 void SVGForeignObjectElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 82 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 84 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged() 85 || attrName == SVGNames::yAttr in svgAttributeChanged() 86 || attrName == SVGNames::widthAttr in svgAttributeChanged() 87 || attrName == SVGNames::heightAttr; in svgAttributeChanged() 92 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged() 100 || SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() 101 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) in svgAttributeChanged() 105 void SVGForeignObjectElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument [all …]
|
D | SVGImageElement.cpp | 93 void SVGImageElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 95 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 97 if (SVGURIReference::isKnownAttribute(attrName)) in svgAttributeChanged() 100 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged() 101 || attrName == SVGNames::yAttr in svgAttributeChanged() 102 || attrName == SVGNames::widthAttr in svgAttributeChanged() 103 || attrName == SVGNames::heightAttr; in svgAttributeChanged() 108 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged() 121 if (attrName == SVGNames::preserveAspectRatioAttr in svgAttributeChanged() 122 || SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() [all …]
|
D | SVGRectElement.cpp | 92 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 94 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 96 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged() 97 || attrName == SVGNames::yAttr in svgAttributeChanged() 98 || attrName == SVGNames::widthAttr in svgAttributeChanged() 99 || attrName == SVGNames::heightAttr in svgAttributeChanged() 100 || attrName == SVGNames::rxAttr in svgAttributeChanged() 101 || attrName == SVGNames::ryAttr; in svgAttributeChanged() 106 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged() 119 if (SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() [all …]
|
D | SVGEllipseElement.cpp | 81 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 83 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 85 bool isLengthAttribute = attrName == SVGNames::cxAttr in svgAttributeChanged() 86 || attrName == SVGNames::cyAttr in svgAttributeChanged() 87 || attrName == SVGNames::rxAttr in svgAttributeChanged() 88 || attrName == SVGNames::ryAttr; in svgAttributeChanged() 93 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged() 106 if (SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() 107 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) in svgAttributeChanged() 111 void SVGEllipseElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument [all …]
|
D | SVGCircleElement.cpp | 75 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 77 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 79 bool isLengthAttribute = attrName == SVGNames::cxAttr in svgAttributeChanged() 80 || attrName == SVGNames::cyAttr in svgAttributeChanged() 81 || attrName == SVGNames::rAttr; in svgAttributeChanged() 86 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged() 99 if (SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() 100 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) in svgAttributeChanged() 104 void SVGCircleElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument 106 SVGStyledTransformableElement::synchronizeProperty(attrName); in synchronizeProperty() [all …]
|
D | SVGClipPathElement.cpp | 70 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 72 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 78 if (attrName == SVGNames::clipPathUnitsAttr in svgAttributeChanged() 79 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged() 80 || SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() 81 || SVGExternalResourcesRequired::isKnownAttribute(attrName) in svgAttributeChanged() 82 || SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged() 86 void SVGClipPathElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument 88 SVGStyledTransformableElement::synchronizeProperty(attrName); in synchronizeProperty() 90 if (attrName == anyQName()) { in synchronizeProperty() [all …]
|
D | SVGMaskElement.cpp | 96 void SVGMaskElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 98 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged() 101 if (attrName == SVGNames::xAttr in svgAttributeChanged() 102 || attrName == SVGNames::yAttr in svgAttributeChanged() 103 || attrName == SVGNames::widthAttr in svgAttributeChanged() 104 || attrName == SVGNames::heightAttr) { in svgAttributeChanged() 114 || attrName == SVGNames::maskUnitsAttr in svgAttributeChanged() 115 || attrName == SVGNames::maskContentUnitsAttr in svgAttributeChanged() 116 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged() 117 || SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() [all …]
|
D | SVGFilterElement.cpp | 132 void SVGFilterElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 134 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged() 137 if (attrName == SVGNames::xAttr in svgAttributeChanged() 138 || attrName == SVGNames::yAttr in svgAttributeChanged() 139 || attrName == SVGNames::widthAttr in svgAttributeChanged() 140 || attrName == SVGNames::heightAttr) { in svgAttributeChanged() 150 || attrName == SVGNames::filterUnitsAttr in svgAttributeChanged() 151 || attrName == SVGNames::primitiveUnitsAttr in svgAttributeChanged() 152 || attrName == SVGNames::filterResAttr in svgAttributeChanged() 153 || SVGStyledElement::isKnownAttribute(attrName) in svgAttributeChanged() [all …]
|
D | SVGMarkerElement.cpp | 120 void SVGMarkerElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 122 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged() 125 if (attrName == SVGNames::refXAttr in svgAttributeChanged() 126 || attrName == SVGNames::refYAttr in svgAttributeChanged() 127 || attrName == SVGNames::markerWidthAttr in svgAttributeChanged() 128 || attrName == SVGNames::markerHeightAttr) { in svgAttributeChanged() 138 || attrName == SVGNames::markerUnitsAttr in svgAttributeChanged() 139 || attrName == SVGNames::orientAttr in svgAttributeChanged() 140 || SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() 141 || SVGExternalResourcesRequired::isKnownAttribute(attrName) in svgAttributeChanged() [all …]
|
D | SVGCursorElement.cpp | 109 void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 111 SVGElement::svgAttributeChanged(attrName); in svgAttributeChanged() 113 if (attrName == SVGNames::xAttr in svgAttributeChanged() 114 || attrName == SVGNames::yAttr in svgAttributeChanged() 115 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged() 116 || SVGExternalResourcesRequired::isKnownAttribute(attrName) in svgAttributeChanged() 117 || SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged() 126 void SVGCursorElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument 128 SVGElement::synchronizeProperty(attrName); in synchronizeProperty() 130 if (attrName == anyQName()) { in synchronizeProperty() [all …]
|
D | SVGGElement.cpp | 58 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 60 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 62 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged() 69 if (SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() 70 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) in svgAttributeChanged() 74 void SVGGElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument 76 SVGStyledTransformableElement::synchronizeProperty(attrName); in synchronizeProperty() 78 if (attrName == anyQName()) { in synchronizeProperty() 80 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty() 84 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty() [all …]
|
D | SVGPolyElement.cpp | 68 void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 70 SVGStyledTransformableElement::svgAttributeChanged(attrName); in svgAttributeChanged() 72 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged() 79 if (attrName == SVGNames::pointsAttr) { in svgAttributeChanged() 85 if (SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged() 86 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) in svgAttributeChanged() 90 void SVGPolyElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument 92 SVGStyledTransformableElement::synchronizeProperty(attrName); in synchronizeProperty() 94 if (attrName == anyQName()) { in synchronizeProperty() 97 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty() [all …]
|
D | SVGFEBlendElement.cpp | 71 …ol SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument 74 if (attrName == SVGNames::modeAttr) in setFilterEffectAttribute() 81 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 83 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged() 85 if (attrName == SVGNames::modeAttr) in svgAttributeChanged() 86 primitiveAttributeChanged(attrName); in svgAttributeChanged() 88 if (attrName == SVGNames::inAttr in svgAttributeChanged() 89 || attrName == SVGNames::in2Attr) in svgAttributeChanged() 93 void SVGFEBlendElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument 95 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName); in synchronizeProperty() [all …]
|
D | SVGFEColorMatrixElement.cpp | 72 …FEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument 75 if (attrName == SVGNames::typeAttr) in setFilterEffectAttribute() 77 if (attrName == SVGNames::valuesAttr) in setFilterEffectAttribute() 84 void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 86 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged() 88 if (attrName == SVGNames::typeAttr in svgAttributeChanged() 89 || attrName == SVGNames::valuesAttr) in svgAttributeChanged() 90 primitiveAttributeChanged(attrName); in svgAttributeChanged() 91 if (attrName == SVGNames::inAttr) in svgAttributeChanged() 95 void SVGFEColorMatrixElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument [all …]
|
D | SVGFEMorphologyElement.cpp | 89 …GFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument 92 if (attrName == SVGNames::operatorAttr) in setFilterEffectAttribute() 94 if (attrName == SVGNames::radiusAttr) in setFilterEffectAttribute() 101 void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 103 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged() 105 if (attrName == SVGNames::operatorAttr in svgAttributeChanged() 106 || attrName == SVGNames::radiusAttr) in svgAttributeChanged() 107 primitiveAttributeChanged(attrName); in svgAttributeChanged() 109 if (attrName == SVGNames::inAttr) in svgAttributeChanged() 113 void SVGFEMorphologyElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument [all …]
|
D | SVGGradientElement.cpp | 85 void SVGGradientElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument 87 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged() 93 if (attrName == SVGNames::gradientUnitsAttr in svgAttributeChanged() 94 || attrName == SVGNames::gradientTransformAttr in svgAttributeChanged() 95 || attrName == SVGNames::spreadMethodAttr in svgAttributeChanged() 96 || SVGURIReference::isKnownAttribute(attrName) in svgAttributeChanged() 97 || SVGExternalResourcesRequired::isKnownAttribute(attrName) in svgAttributeChanged() 98 || SVGStyledElement::isKnownAttribute(attrName)) in svgAttributeChanged() 102 void SVGGradientElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() argument 104 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty() [all …]
|
/external/webkit/Source/WebCore/wml/ |
D | WMLImageElement.cpp | 55 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry() argument 57 if (attrName == HTMLNames::widthAttr || in mapToEntry() 58 attrName == HTMLNames::heightAttr || in mapToEntry() 59 attrName == HTMLNames::vspaceAttr || in mapToEntry() 60 attrName == HTMLNames::hspaceAttr) { in mapToEntry() 65 if (attrName == HTMLNames::alignAttr) { in mapToEntry() 70 return WMLElement::mapToEntry(attrName, result); in mapToEntry() 75 const QualifiedName& attrName = attr->name(); in parseMappedAttribute() local 77 if (attrName == HTMLNames::altAttr) { in parseMappedAttribute() 80 } else if (attrName == HTMLNames::srcAttr || attrName == localsrcAttr) in parseMappedAttribute() [all …]
|