Searched refs:hasEquivalentAttributes (Results 1 – 4 of 4) sorted by relevance
317 bool hasEquivalentAttributes(const Element* other) const;
1287 if (isElementNode() && !toElement(this)->hasEquivalentAttributes(toElement(other))) in isEqualNode()
1162 bool Element::hasEquivalentAttributes(const Element* other) const in hasEquivalentAttributes() function in WebCore::Element
1085 return firstElement->hasEquivalentAttributes(secondElement); in areIdenticalElements()