Searched refs:preserveDecls (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLEmbedElement.h43 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
H A DHTMLScriptElement.h51 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
H A DHTMLScriptElement.cpp62 void HTMLScriptElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
66 HTMLElement::attributeChanged(attr, preserveDecls);
H A DHTMLObjectElement.h61 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
H A DHTMLEmbedElement.cpp250 void HTMLEmbedElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
252 HTMLPlugInImageElement::attributeChanged(attr, preserveDecls);
H A DHTMLFormControlElement.h104 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
H A DHTMLFormControlElement.cpp468 void HTMLFormControlElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
475 HTMLElement::attributeChanged(attr, preserveDecls);
H A DHTMLObjectElement.cpp341 void HTMLObjectElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
346 HTMLPlugInImageElement::attributeChanged(attr, preserveDecls);
H A DHTMLMediaElement.h220 virtual void attributeChanged(Attribute*, bool preserveDecls);
H A DHTMLMediaElement.cpp225 void HTMLMediaElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
227 HTMLElement::attributeChanged(attr, preserveDecls);
/external/webkit/Source/WebCore/dom/
H A DStyledElement.h76 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
H A DStyledElement.cpp145 void StyledElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
148 Element::attributeChanged(attr, preserveDecls);
152 if (attr->decl() && !preserveDecls) {
162 if (preserveDecls) {
H A DElement.h220 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.h91 virtual void attributeChanged(Attribute*, bool preserveDecls);
H A DSVGElement.h119 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
H A DSVGElement.cpp362 void SVGElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
368 StyledElement::attributeChanged(attr, preserveDecls);
H A DSVGAnimationElement.cpp160 void SVGAnimationElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
164 SVGSMILElement::attributeChanged(attr, preserveDecls);
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h48 virtual void attributeChanged(Attribute*, bool preserveDecls);
H A DSVGSMILElement.cpp400 void SVGSMILElement::attributeChanged(Attribute* attr, bool preserveDecls) argument
402 SVGElement::attributeChanged(attr, preserveDecls);

Completed in 159 milliseconds