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

/external/webkit/Source/WebCore/dom/
H A DNode.cpp1872 NamedNodeMap* otherAttributes = other->attributes(); local
1874 if (!attributes && otherAttributes)
1877 if (attributes && !attributes->mapsEquivalent(otherAttributes))

Completed in 44 milliseconds