Searched refs:attrName (Results 26 - 50 of 198) sorted by relevance

12345678

/external/webkit/Source/WebCore/dom/
H A DMutationEvent.cpp35 const String& attrName, unsigned short attrChange)
40 , m_attrName(attrName)
51 const String& attrName, unsigned short attrChange)
61 m_attrName = attrName;
33 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
49 initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
H A DMutationEvent.h48 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
50 return adoptRef(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange));
55 const String& attrName, unsigned short attrChange);
60 String attrName() const { return m_attrName; } function in class:WebCore::MutationEvent
69 const String& attrName, unsigned short attrChange);
/external/webkit/Source/WebCore/html/
H A DHTMLPreElement.cpp45 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
47 if (attrName == widthAttr || attrName == wrapAttr) {
51 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLTablePartElement.cpp39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
41 if (attrName == backgroundAttr) {
46 if (attrName == bgcolorAttr ||
47 attrName == bordercolorAttr ||
48 attrName == valignAttr ||
49 attrName == heightAttr) {
54 if (attrName == alignAttr) {
59 return HTMLElement::mapToEntry(attrName, result);
/external/webkit/Source/WebCore/svg/
H A DSVGFilterElement.cpp132 void SVGFilterElement::svgAttributeChanged(const QualifiedName& attrName) argument
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)
160 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGGradientElement.cpp85 void SVGGradientElement::svgAttributeChanged(const QualifiedName& attrName) argument
87 SVGStyledElement::svgAttributeChanged(attrName);
93 if (attrName == SVGNames::gradientUnitsAttr
94 || attrName == SVGNames::gradientTransformAttr
95 || attrName == SVGNames::spreadMethodAttr
96 || SVGURIReference::isKnownAttribute(attrName)
97 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
98 || SVGStyledElement::isKnownAttribute(attrName))
102 void SVGGradientElement::synchronizeProperty(const QualifiedName& attrName) argument
104 SVGStyledElement::synchronizeProperty(attrName);
[all...]
H A DSVGFEOffsetElement.cpp61 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) argument
63 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
65 if (attrName == SVGNames::inAttr
66 || attrName == SVGNames::dxAttr
67 || attrName == SVGNames::dyAttr)
71 void SVGFEOffsetElement::synchronizeProperty(const QualifiedName& attrName) argument
73 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
75 if (attrName == anyQName()) {
82 if (attrName == SVGNames::dxAttr)
84 else if (attrName
[all...]
H A DSVGPatternElement.cpp121 void SVGPatternElement::svgAttributeChanged(const QualifiedName& attrName) argument
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)
151 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGImageElement.cpp93 void SVGImageElement::svgAttributeChanged(const QualifiedName& attrName) argument
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)
127 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGRectElement.cpp92 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName) argument
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)
124 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGFEColorMatrixElement.cpp72 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
75 if (attrName == SVGNames::typeAttr)
77 if (attrName == SVGNames::valuesAttr)
84 void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName) argument
86 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
88 if (attrName == SVGNames::typeAttr
89 || attrName == SVGNames::valuesAttr)
90 primitiveAttributeChanged(attrName);
91 if (attrName == SVGNames::inAttr)
95 void SVGFEColorMatrixElement::synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGFEMorphologyElement.cpp89 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
92 if (attrName == SVGNames::operatorAttr)
94 if (attrName == SVGNames::radiusAttr)
101 void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName) argument
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) argument
[all...]
H A DSVGFilterPrimitiveStandardAttributes.cpp80 void SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(const QualifiedName& attrName) argument
82 SVGStyledElement::svgAttributeChanged(attrName);
84 if (attrName == SVGNames::xAttr
85 || attrName == SVGNames::yAttr
86 || attrName == SVGNames::widthAttr
87 || attrName == SVGNames::heightAttr
88 || attrName == SVGNames::resultAttr)
92 void SVGFilterPrimitiveStandardAttributes::synchronizeProperty(const QualifiedName& attrName) argument
94 SVGStyledElement::synchronizeProperty(attrName);
96 if (attrName
[all...]
H A DSVGTextPositioningElement.cpp102 void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrName) argument
104 SVGTextContentElement::svgAttributeChanged(attrName);
106 bool updateRelativeLengths = attrName == SVGNames::xAttr
107 || attrName == SVGNames::yAttr
108 || attrName == SVGNames::dxAttr
109 || attrName == SVGNames::dyAttr;
118 if (updateRelativeLengths || attrName == SVGNames::rotateAttr) {
136 void SVGTextPositioningElement::synchronizeProperty(const QualifiedName& attrName) argument
138 SVGTextContentElement::synchronizeProperty(attrName);
140 if (attrName
[all...]
H A DSVGMarkerElement.cpp120 void SVGMarkerElement::svgAttributeChanged(const QualifiedName& attrName) argument
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)
147 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGMaskElement.cpp96 void SVGMaskElement::svgAttributeChanged(const QualifiedName& attrName) argument
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)
123 synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGStyledTransformableElement.cpp84 void SVGStyledTransformableElement::svgAttributeChanged(const QualifiedName& attrName) argument
86 SVGStyledLocatableElement::svgAttributeChanged(attrName);
88 if (!SVGStyledTransformableElement::isKnownAttribute(attrName))
99 void SVGStyledTransformableElement::synchronizeProperty(const QualifiedName& attrName) argument
101 SVGStyledLocatableElement::synchronizeProperty(attrName);
103 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName))
107 bool SVGStyledTransformableElement::isKnownAttribute(const QualifiedName& attrName) argument
109 return SVGTransformable::isKnownAttribute(attrName) || SVGStyledLocatableElement::isKnownAttribute(attrName);
[all...]
H A DSVGStopElement.cpp61 void SVGStopElement::svgAttributeChanged(const QualifiedName& attrName) argument
63 SVGStyledElement::svgAttributeChanged(attrName);
68 if (attrName == SVGNames::offsetAttr)
72 void SVGStopElement::synchronizeProperty(const QualifiedName& attrName) argument
74 SVGStyledElement::synchronizeProperty(attrName);
76 if (attrName == anyQName() || attrName == SVGNames::offsetAttr)
H A DSVGTRefElement.cpp68 void SVGTRefElement::svgAttributeChanged(const QualifiedName& attrName) argument
70 SVGTextPositioningElement::svgAttributeChanged(attrName);
75 if (SVGURIReference::isKnownAttribute(attrName))
79 void SVGTRefElement::synchronizeProperty(const QualifiedName& attrName) argument
81 SVGTextPositioningElement::synchronizeProperty(attrName);
83 if (attrName == anyQName() || SVGURIReference::isKnownAttribute(attrName))
H A DSVGComponentTransferFunctionElement.cpp84 void SVGComponentTransferFunctionElement::svgAttributeChanged(const QualifiedName& attrName) argument
86 SVGElement::svgAttributeChanged(attrName);
88 if (attrName == SVGNames::typeAttr) {
95 void SVGComponentTransferFunctionElement::synchronizeProperty(const QualifiedName& attrName) argument
97 SVGElement::synchronizeProperty(attrName);
99 if (attrName == anyQName()) {
110 if (attrName == SVGNames::typeAttr)
112 else if (attrName == SVGNames::tableValuesAttr)
114 else if (attrName == SVGNames::slopeAttr)
116 else if (attrName
[all...]
H A DSVGFEGaussianBlurElement.cpp83 void SVGFEGaussianBlurElement::svgAttributeChanged(const QualifiedName& attrName) argument
85 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
87 if (attrName == SVGNames::inAttr
88 || attrName == SVGNames::stdDeviationAttr)
92 void SVGFEGaussianBlurElement::synchronizeProperty(const QualifiedName& attrName) argument
94 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
96 if (attrName == anyQName()) {
103 if (attrName == SVGNames::stdDeviationAttr) {
106 } else if (attrName == SVGNames::inAttr)
/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMMutationEvent.cpp55 WebString WebDOMMutationEvent::attrName() const function in class:WebKit::WebDOMMutationEvent
57 return WebString(constUnwrap<MutationEvent>()->attrName());
H A DWebMutationEvent.cpp55 WebString WebMutationEvent::attrName() const function in class:WebKit::WebMutationEvent
57 return WebString(constUnwrap<MutationEvent>()->attrName());
H A DWebElement.cpp66 bool WebElement::hasAttribute(const WebString& attrName) const
68 return constUnwrap<Element>()->hasAttribute(attrName);
71 WebString WebElement::getAttribute(const WebString& attrName) const
73 return constUnwrap<Element>()->getAttribute(attrName);
76 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue) argument
79 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode);
H A DDOMUtilitiesPrivate.cpp81 const QualifiedName& attrName)
83 if (attrName == HTMLNames::srcAttr) {
96 } else if (attrName == HTMLNames::hrefAttr) {
102 } else if (attrName == HTMLNames::actionAttr) {
105 } else if (attrName == HTMLNames::backgroundAttr) {
111 } else if (attrName == HTMLNames::citeAttr) {
117 } else if (attrName == HTMLNames::classidAttr
118 || attrName == HTMLNames::dataAttr) {
121 } else if (attrName == HTMLNames::codebaseAttr) {
80 elementHasLegalLinkAttribute(const Element* element, const QualifiedName& attrName) argument

Completed in 224 milliseconds

12345678