Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DNode.cpp2004 const DocumentType* documentTypeThis = static_cast<const DocumentType*>(this); in isEqualNode() local
2007 if (documentTypeThis->publicId() != documentTypeOther->publicId()) in isEqualNode()
2010 if (documentTypeThis->systemId() != documentTypeOther->systemId()) in isEqualNode()
2013 if (documentTypeThis->internalSubset() != documentTypeOther->internalSubset()) in isEqualNode()
2016 NamedNodeMap* entities = documentTypeThis->entities(); in isEqualNode()
2023 NamedNodeMap* notations = documentTypeThis->notations(); in isEqualNode()