getDescendants    666 core/E4XNode.cpp 		return getDescendants (&m);
getDescendants   1839 core/MethodEnv.cpp 			return core()->atomToScriptObject(obj)->getDescendants (multiname);
getDescendants    118 core/ScriptObject.h 		virtual Atom getDescendants(const Multiname* name) const;
getDescendants    216 core/XMLListObject.cpp 				Atom dq = xm->getDescendants (m);
getDescendants    724 core/XMLListObject.cpp 		return AvmCore::atomToXMLList (getDescendants (&m));
getDescendants    134 core/XMLListObject.h 		Atom getDescendants(const Multiname* name) const;
getDescendants    955 core/XMLObject.cpp 			Atom dq = co->getDescendants (&m); 
getDescendants   1091 core/XMLObject.cpp 		return AvmCore::atomToXMLList (getDescendants (&m));
getDescendants    154 core/XMLObject.h 		Atom getDescendants(const Multiname* name) const;