Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp102 m_rootObject(0) { in Importer()
114 m_rootObject(0) { in Importer()
130 m_rootObject(rootObject) { in Importer()
147 m_rootObject(rootObject) { in Importer()
174 return m_rootObject; in target()
194 m_rootObject = 0; in reset()
272 if(m_rootObject) { in xmlElementStart()
283 target = m_rootObject; in xmlElementStart()
419 if(m_rootObject) { in xmlElementEnd()
420 ASSERT(m_rootObject == pObject); in xmlElementEnd()
[all …]
H A DImporter.h158 IPersistent* m_rootObject; variable