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.cpp926 QualifiedName existingAttributeName = existingAttribute->name(); in setAttributeInternal() local
929 willModifyAttribute(existingAttributeName, existingAttribute->value(), newValue); in setAttributeInternal()
935 …RefPtr<Attr> attrNode = inSynchronizationOfLazyAttribute ? 0 : attrIfExists(existingAttributeName)) in setAttributeInternal()
942 didModifyAttribute(existingAttributeName, newValue); in setAttributeInternal()