Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DDocument.h318 bool xmlStandalone() const { return m_xmlStandalone; } in xmlStandalone()
1149 bool m_xmlStandalone; variable
DDocument.cpp386 , m_xmlStandalone(false) in Document()
995 m_xmlStandalone = standalone; in setXMLStandalone()