MSIDispatchConsumer   44 axscript/mscom.cpp 	MSIDispatchConsumer::MSIDispatchConsumer(VTable* vtable, ScriptObject* prototype, IDispatch *pDisp)
MSIDispatchConsumer   50 axscript/mscom.cpp 	Atom MSIDispatchConsumer::callProperty(avmplus::Multiname *name, int argc, avmplus::Atom *argv)
MSIDispatchConsumer   90 axscript/mscom.cpp 	void MSIDispatchConsumer::setMultinameProperty(Multiname* name, Atom value)
MSIDispatchConsumer  115 axscript/mscom.cpp 	bool MSIDispatchConsumer::hasMultinameProperty(Multiname* name) const
MSIDispatchConsumer  124 axscript/mscom.cpp 	Atom MSIDispatchConsumer::getAtomProperty(Atom name) const {
MSIDispatchConsumer  198 axscript/mscom.cpp 	MSIDispatchConsumer* MSIDispatchConsumerClass::create(IDispatch* p)
MSIDispatchConsumer  201 axscript/mscom.cpp 		MSIDispatchConsumer *o = new (core()->GetGC(), ivtable->getExtraSize()) MSIDispatchConsumer(ivtable, prototype, p);
MSIDispatchConsumer   65 axscript/mscom.h 	class MSIDispatchConsumer : public MSIUnknownConsumer {
MSIDispatchConsumer   67 axscript/mscom.h 		MSIDispatchConsumer(VTable* vtable, ScriptObject* prototype, IDispatch *pDisp);
MSIDispatchConsumer  106 axscript/mscom.h 		MSIDispatchConsumer * create(IDispatch *pDisp);