Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1441 const DocumentType* documentTypeOther = toDocumentType(other); in isEqualNode() local
1443 if (documentTypeThis->publicId() != documentTypeOther->publicId()) in isEqualNode()
1446 if (documentTypeThis->systemId() != documentTypeOther->systemId()) in isEqualNode()
1449 if (documentTypeThis->internalSubset() != documentTypeOther->internalSubset()) in isEqualNode()