Home
last modified time | relevance | path

Searched refs:didAddAttribute (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h591 void didAddAttribute(const QualifiedName&, const AtomicString&);
DElement.cpp2014 didAddAttribute(name, value); in appendAttributeInternal()
2842 void Element::didAddAttribute(const QualifiedName& name, const AtomicString& value) in didAddAttribute() function in WebCore::Element