Home
last modified time | relevance | path

Searched refs:attributeChanged (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
DAttr.cpp139 m_element->attributeChanged(m_attribute.get()); in setValue()
186 m_element->attributeChanged(m_attribute.get()); in childrenChanged()
DNamedNodeMap.cpp239 m_element->attributeChanged(m_attributes[i].get(), true); in setAttributes()
255 m_element->attributeChanged(attribute.get()); in addAttribute()
290 m_element->attributeChanged(attr.get()); in removeAttribute()
DStyledElement.h76 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
DStyledElement.cpp145 void StyledElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::StyledElement
148 Element::attributeChanged(attr, preserveDecls); in attributeChanged()
DElement.cpp685 attributeChanged(old); in setAttribute()
718 attributeChanged(old); in setAttribute()
732 void Element::attributeChanged(Attribute* attr, bool) in attributeChanged() function in WebCore::Element
844 attributeChanged(iter->get()); in setAttributeMap()
DElement.h220 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
/external/webkit/Source/WebCore/html/
DHTMLScriptElement.cpp62 void HTMLScriptElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLScriptElement
66 HTMLElement::attributeChanged(attr, preserveDecls); in attributeChanged()
DHTMLEmbedElement.h43 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
DHTMLEmbedElement.cpp250 void HTMLEmbedElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLEmbedElement
252 HTMLPlugInImageElement::attributeChanged(attr, preserveDecls); in attributeChanged()
DHTMLScriptElement.h51 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
DHTMLObjectElement.h61 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
DHTMLFormControlElement.h104 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
DHTMLObjectElement.cpp341 void HTMLObjectElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLObjectElement
346 HTMLPlugInImageElement::attributeChanged(attr, preserveDecls); in attributeChanged()
DHTMLFormControlElement.cpp468 void HTMLFormControlElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLFormControlElement
475 HTMLElement::attributeChanged(attr, preserveDecls); in attributeChanged()
DHTMLMediaElement.h220 virtual void attributeChanged(Attribute*, bool preserveDecls);
DHTMLInputElement.cpp495 attributeChanged(height, false); in updateType()
497 attributeChanged(width, false); in updateType()
499 attributeChanged(align, false); in updateType()
DHTMLMediaElement.cpp225 void HTMLMediaElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLMediaElement
227 HTMLElement::attributeChanged(attr, preserveDecls); in attributeChanged()
/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.h91 virtual void attributeChanged(Attribute*, bool preserveDecls);
DSVGElement.cpp362 void SVGElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::SVGElement
368 StyledElement::attributeChanged(attr, preserveDecls); in attributeChanged()
DSVGElement.h119 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
DSVGAnimationElement.cpp160 void SVGAnimationElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::SVGAnimationElement
164 SVGSMILElement::attributeChanged(attr, preserveDecls); in attributeChanged()
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.h48 virtual void attributeChanged(Attribute*, bool preserveDecls);
DSVGSMILElement.cpp400 void SVGSMILElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::SVGSMILElement
402 SVGElement::attributeChanged(attr, preserveDecls); in attributeChanged()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1017283 (WebCore::Element::attributeChanged):
19795 (WebCore::Element::attributeChanged):
19798 (WebCore::StyledElement::attributeChanged):
29683 (WebCore::SVGSMILElement::attributeChanged):
32700 (WebCore::SVGAnimationElement::attributeChanged):
32828 (WebCore::SVGSMILElement::attributeChanged):
47907 (WebCore::StyledElement::attributeChanged):
53500 for years that attributeChanged() called notifyAttributeChange() - which results in poor
53503 …Properly implement childrenChanged / attributeChanged in SVG with some derivation from the HTML co…
53505 "attributeChanged(Attribute*...)" to be able to unify DOM / SVG DOM updates. SVG DOM classes
[all …]
DChangeLog-2006-12-312436 (WebCore::SVGMaskElement::attributeChanged):
3224 (WebCore::SVGMaskElement::attributeChanged):
27289 (WebCore::SVGSVGElement::attributeChanged):
32054 (WebCore::SVGMaskElement::attributeChanged):
33088 (WebCore::SVGMaskElement::attributeChanged):
53415 (WebCore::StyledElement::attributeChanged):
53830 (WebCore::SVGStyledElement::attributeChanged):

12