Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h317 bool hasEquivalentAttributes(const Element* other) const;
DNode.cpp1287 if (isElementNode() && !toElement(this)->hasEquivalentAttributes(toElement(other))) in isEqualNode()
DElement.cpp1162 bool Element::hasEquivalentAttributes(const Element* other) const in hasEquivalentAttributes() function in WebCore::Element
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp1085 return firstElement->hasEquivalentAttributes(secondElement); in areIdenticalElements()