Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.cpp109 const Attribute* otherAttr = other->getAttributeItem(attribute->name()); in isEquivalent() local
110 if (!otherAttr || attribute->value() != otherAttr->value()) in isEquivalent()