Home
last modified time | relevance | path

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

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeDocument.cpp67 m_documentElement(0), in XalanSourceTreeDocument()
138 m_documentElement(0), in XalanSourceTreeDocument()
223 return m_documentElement; in getLastChild()
303 return m_documentElement; in getDocumentElement()
1323 if (m_documentElement != 0) in appendChildNode()
1329 m_documentElement = theChild; in appendChildNode()
H A DXalanSourceTreeDocument.hpp435 XalanSourceTreeElement* m_documentElement; member in XALAN_CPP_NAMESPACE::XalanSourceTreeDocument
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp443 m_documentElement = nullptr; in Q_GLOBAL_STATIC()
497 if (m_documentElement) { in removedLastRef()
560 if (m_documentElement) { in ~DocumentImpl()
561 m_documentElement->deref(); in ~DocumentImpl()
583 if (m_documentElement) { in childrenChanged()
584 m_documentElement->deref(); in childrenChanged()
586 m_documentElement = nullptr; in childrenChanged()
597 if (!m_documentElement) { in documentElement()
603 if (m_documentElement) { in documentElement()
604 m_documentElement->ref(); in documentElement()
[all …]
H A Ddom_docimpl.h914 mutable ElementImpl *m_documentElement; variable
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/
H A DXercesDocumentWrapper.cpp85 m_documentElement(0), in XercesDocumentWrapper()
979 …return m_documentElement != 0 ? m_documentElement : mapNode(m_xercesDocument->getDocumentElement()… in getDocumentElement()
1031 m_documentElement = static_cast<XalanElement*>(theChild); in buildWrapperNodes()
H A DXercesDocumentWrapper.hpp470 XalanElement* m_documentElement; member in XALAN_CPP_NAMESPACE::XercesDocumentWrapper
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/Deprecated/
H A DXercesDocumentBridge.cpp75 m_documentElement(0), in XercesDocumentBridge()
1239 …return m_documentElement != 0 ? m_documentElement : mapNode(m_xercesDocument.getDocumentElement()); in getDocumentElement()
1377 m_documentElement = static_cast<XalanElement*>(theChild); in buildBridgeNodes()
H A DXercesDocumentBridge.hpp525 XalanElement* m_documentElement; member in XALAN_CPP_NAMESPACE::XercesDocumentBridge
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.h317 if (!m_documentElement) in documentElement()
319 return m_documentElement.get(); in documentElement()
1213 mutable RefPtr<Element> m_documentElement; variable
H A DDocument.cpp568 m_documentElement = 0; in removedLastRef()
699 m_documentElement = 0; in childrenChanged()
704 ASSERT(!m_documentElement); in cacheDocumentElement()
705 m_documentElement = firstElementChild(this); in cacheDocumentElement()
/dports/www/tdom/tdom-0.9.1/generic/
H A Dtcldom.c5503 m_documentElement, m_getElementsByTagName, m_delete, in tcldom_DocObjCmd() enumerator
5596 case m_documentElement: in tcldom_DocObjCmd()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2006-12-3144856 (WebCore::Document::removedLastRef): set m_documentElement to 0
44858 …:Document::documentElement): cache the first element as the document node if m_documentElement is 0
44859 * dom/Document.h: added m_documentElement