Searched refs:attributeChanged (Results 1 - 23 of 23) 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) function in class:WebCore::HTMLScriptElement
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) function in class:WebCore::HTMLEmbedElement
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) function in class:WebCore::HTMLFormControlElement
475 HTMLElement::attributeChanged(attr, preserveDecls);
H A DHTMLObjectElement.cpp341 void HTMLObjectElement::attributeChanged(Attribute* attr, bool preserveDecls) function in class:WebCore::HTMLObjectElement
346 HTMLPlugInImageElement::attributeChanged(attr, preserveDecls);
H A DHTMLMediaElement.h220 virtual void attributeChanged(Attribute*, bool preserveDecls);
H A DHTMLInputElement.cpp495 attributeChanged(height, false);
497 attributeChanged(width, false);
499 attributeChanged(align, false);
H A DHTMLMediaElement.cpp225 void HTMLMediaElement::attributeChanged(Attribute* attr, bool preserveDecls) function in class:WebCore::HTMLMediaElement
227 HTMLElement::attributeChanged(attr, preserveDecls);
/external/webkit/Source/WebCore/dom/
H A DAttr.cpp139 m_element->attributeChanged(m_attribute.get());
186 m_element->attributeChanged(m_attribute.get());
H A DStyledElement.h76 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
H A DNamedNodeMap.cpp239 m_element->attributeChanged(m_attributes[i].get(), true);
255 m_element->attributeChanged(attribute.get());
290 m_element->attributeChanged(attr.get());
H A DStyledElement.cpp145 void StyledElement::attributeChanged(Attribute* attr, bool preserveDecls) function in class:WebCore::StyledElement
148 Element::attributeChanged(attr, preserveDecls);
H A DElement.cpp685 attributeChanged(old);
718 attributeChanged(old);
732 void Element::attributeChanged(Attribute* attr, bool) function in class:WebCore::Element
840 // attributeChanged mutates m_attributeMap.
844 attributeChanged(iter->get());
H A DElement.h220 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
367 // The implementation of Element::attributeChanged() calls the following two functions.
368 // They are separated to allow a different flow of control in StyledElement::attributeChanged().
/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) function in class:WebCore::SVGElement
368 StyledElement::attributeChanged(attr, preserveDecls);
370 // When an animated SVG property changes through SVG DOM, svgAttributeChanged() is called, not attributeChanged().
372 // SVGAnimatedPropertySynchronizer may call NamedNodeMap::removeAttribute(), which in turn calls attributeChanged().
H A DSVGAnimationElement.cpp160 void SVGAnimationElement::attributeChanged(Attribute* attr, bool preserveDecls) function in class:WebCore::SVGAnimationElement
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) function in class:WebCore::SVGSMILElement
402 SVGElement::attributeChanged(attr, preserveDecls);

Completed in 5744 milliseconds