Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp918 QualifiedName existingAttributeName = existingAttribute.name(); in setAttributeInternal() local
921 willModifyAttribute(existingAttributeName, existingAttribute.value(), newValue); in setAttributeInternal()
927 …<Attr> attrNode = inSynchronizationOfLazyAttribute ? nullptr : attrIfExists(existingAttributeName)) in setAttributeInternal()
934 didModifyAttribute(existingAttributeName, newValue); in setAttributeInternal()