Searched refs:otherAttr (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DNamedNodeMap.cpp333 Attribute* otherAttr = otherMap->getAttributeItem(attr->name()); local
334 if (!otherAttr || attr->value() != otherAttr->value())
353 Attribute* otherAttr = otherMap->getAttributeItem(attr->name()); local
354 if (!otherAttr || !otherAttr->decl() || attr->value() != otherAttr->value())
356 if (!attr->decl()->propertiesEqual(otherAttr->decl()))

Completed in 111 milliseconds