Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.cpp113 AttributeCollection otherAttributes = other->attributes(); in isEquivalent() local
114 if (attributes.size() != otherAttributes.size()) in isEquivalent()
119 const Attribute* otherAttr = otherAttributes.find(it->name()); in isEquivalent()