/external/webkit/Source/WebCore/dom/ |
D | Attr.cpp | 139 m_element->attributeChanged(m_attribute.get()); in setValue() 186 m_element->attributeChanged(m_attribute.get()); in childrenChanged()
|
D | NamedNodeMap.cpp | 239 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()
|
D | StyledElement.h | 76 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
|
D | StyledElement.cpp | 145 void StyledElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::StyledElement 148 Element::attributeChanged(attr, preserveDecls); in attributeChanged()
|
D | Element.cpp | 685 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()
|
D | Element.h | 220 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
|
/external/webkit/Source/WebCore/html/ |
D | HTMLScriptElement.cpp | 62 void HTMLScriptElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLScriptElement 66 HTMLElement::attributeChanged(attr, preserveDecls); in attributeChanged()
|
D | HTMLEmbedElement.h | 43 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
|
D | HTMLEmbedElement.cpp | 250 void HTMLEmbedElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLEmbedElement 252 HTMLPlugInImageElement::attributeChanged(attr, preserveDecls); in attributeChanged()
|
D | HTMLScriptElement.h | 51 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
|
D | HTMLObjectElement.h | 61 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
|
D | HTMLFormControlElement.h | 104 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
|
D | HTMLObjectElement.cpp | 341 void HTMLObjectElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLObjectElement 346 HTMLPlugInImageElement::attributeChanged(attr, preserveDecls); in attributeChanged()
|
D | HTMLFormControlElement.cpp | 468 void HTMLFormControlElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::HTMLFormControlElement 475 HTMLElement::attributeChanged(attr, preserveDecls); in attributeChanged()
|
D | HTMLMediaElement.h | 220 virtual void attributeChanged(Attribute*, bool preserveDecls);
|
D | HTMLInputElement.cpp | 495 attributeChanged(height, false); in updateType() 497 attributeChanged(width, false); in updateType() 499 attributeChanged(align, false); in updateType()
|
D | HTMLMediaElement.cpp | 225 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/ |
D | SVGAnimationElement.h | 91 virtual void attributeChanged(Attribute*, bool preserveDecls);
|
D | SVGElement.cpp | 362 void SVGElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::SVGElement 368 StyledElement::attributeChanged(attr, preserveDecls); in attributeChanged()
|
D | SVGElement.h | 119 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
|
D | SVGAnimationElement.cpp | 160 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/ |
D | SVGSMILElement.h | 48 virtual void attributeChanged(Attribute*, bool preserveDecls);
|
D | SVGSMILElement.cpp | 400 void SVGSMILElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() function in WebCore::SVGSMILElement 402 SVGElement::attributeChanged(attr, preserveDecls); in attributeChanged()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 17283 (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 …]
|
D | ChangeLog-2006-12-31 | 2436 (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):
|