HomeSort by relevance Sort by last modified time
    Searched refs:attrName (Results 1 - 25 of 290) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/svg/
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...]
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);
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...]
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...]
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...]
SVGExternalResourcesRequired.cpp 41 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName)
43 return attrName == SVGNames::externalResourcesRequiredAttr;
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...]
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...]
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...]
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...]
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...]
SVGFEMergeNodeElement.cpp 56 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName)
58 SVGElement::svgAttributeChanged(attrName);
60 if (attrName != SVGNames::inAttr)
85 void SVGFEMergeNodeElement::synchronizeProperty(const QualifiedName& attrName)
87 SVGElement::synchronizeProperty(attrName);
89 if (attrName == anyQName() || attrName == SVGNames::inAttr)
SVGFETileElement.cpp 56 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName)
58 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
60 if (attrName == SVGNames::inAttr)
64 void SVGFETileElement::synchronizeProperty(const QualifiedName& attrName)
66 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
68 if (attrName == anyQName() || attrName == SVGNames::inAttr)
SVGSwitchElement.cpp 67 void SVGSwitchElement::synchronizeProperty(const QualifiedName& attrName)
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);
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...]
  /external/webkit/Source/WebCore/wml/
WMLImageElement.cpp 55 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
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();
77 if (attrName == HTMLNames::altAttr) {
80 } else if (attrName == HTMLNames::srcAttr || attrName == localsrcAttr
    [all...]
  /external/webkit/Source/WebCore/mathml/
MathMLElement.cpp 51 bool MathMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
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, result)
    [all...]
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertySynchronizer.h 36 static void synchronize(SVGElement* ownerElement, const QualifiedName& attrName, const AtomicString& value)
39 Attribute* old = namedAttrMap->getAttributeItem(attrName);
43 namedAttrMap->addAttribute(ownerElement->createAttribute(attrName, value));
  /external/webkit/Source/WebCore/dom/
MutationEvent.cpp 35 const String& attrName, unsigned short attrChange)
40 , m_attrName(attrName)
51 const String& attrName, unsigned short attrChange)
61 m_attrName = attrName;

Completed in 323 milliseconds

1 2 3 4 5 6 7 8 91011>>