Home
last modified time | relevance | path

Searched refs:willModifyAttribute (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DAttr.cpp136 m_element->willModifyAttribute(qualifiedName(), this->value(), value); in setValue()
177 m_element->willModifyAttribute(qualifiedName(), value(), newValue); in childrenChanged()
DElement.cpp929 willModifyAttribute(existingAttributeName, existingAttribute->value(), newValue); in setAttributeInternal()
2068 willModifyAttribute(name, valueBeingRemoved, nullAtom); in removeAttributeInternal()
2083 willModifyAttribute(name, nullAtom, value); in addAttributeInternal()
3118 void Element::willModifyAttribute(const QualifiedName& name, const AtomicString& oldValue, const At… in willModifyAttribute() function in WebCore::Element
DElement.h608 …void willModifyAttribute(const QualifiedName&, const AtomicString& oldValue, const AtomicString& n…