Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp925 const Attribute* existingAttribute = attributeItem(index); in setAttributeInternal() local
926 QualifiedName existingAttributeName = existingAttribute->name(); in setAttributeInternal()
929 willModifyAttribute(existingAttributeName, existingAttribute->value(), newValue); in setAttributeInternal()
931 if (newValue != existingAttribute->value()) { in setAttributeInternal()