Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1440 const DocumentType* documentTypeThis = toDocumentType(this); 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()