Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DNode.cpp1896 const DocumentType* documentTypeOther = static_cast<const DocumentType*>(other); in isEqualNode() local
1898 if (documentTypeThis->publicId() != documentTypeOther->publicId()) in isEqualNode()
1901 if (documentTypeThis->systemId() != documentTypeOther->systemId()) in isEqualNode()
1904 if (documentTypeThis->internalSubset() != documentTypeOther->internalSubset()) in isEqualNode()
1908 NamedNodeMap* otherEntities = documentTypeOther->entities(); in isEqualNode()
1915 NamedNodeMap* otherNotations = documentTypeOther->notations(); in isEqualNode()