IDispatchConsumer   44 axscript/IDispatchConsumer.cpp 	IDispatchConsumer::IDispatchConsumer(VTable* vtable, ScriptObject* prototype, IDispatch *pDisp)
IDispatchConsumer   47 axscript/IDispatchConsumer.cpp 		AvmAssert(traits()->sizeofInstance == sizeof(IDispatchConsumer));
IDispatchConsumer   50 axscript/IDispatchConsumer.cpp 	Atom IDispatchConsumer::call(int argc, Atom* argv)
IDispatchConsumer   67 axscript/IDispatchConsumer.cpp 	Atom IDispatchConsumer::callProperty(avmplus::Multiname *name, int argc, avmplus::Atom *argv)
IDispatchConsumer  128 axscript/IDispatchConsumer.cpp 	void IDispatchConsumer::setMultinameProperty(Multiname* name, Atom value)
IDispatchConsumer  153 axscript/IDispatchConsumer.cpp 	Atom IDispatchConsumer::getAtomProperty(Atom name) const {
IDispatchConsumer  204 axscript/IDispatchConsumer.cpp 	IDispatchConsumer* IDispatchConsumerClass::create(IDispatch* p)
IDispatchConsumer  207 axscript/IDispatchConsumer.cpp 		IDispatchConsumer *o = new (core()->GetGC(), ivtable->getExtraSize()) IDispatchConsumer(ivtable, prototype, p);
IDispatchConsumer   46 axscript/IDispatchConsumer.h 	class IDispatchConsumer : public IUnknownConsumer {
IDispatchConsumer   48 axscript/IDispatchConsumer.h 		IDispatchConsumer(VTable* vtable, ScriptObject* prototype, IDispatch *pDisp);
IDispatchConsumer  100 axscript/IDispatchConsumer.h 		IDispatchConsumer * create(IDispatch *pDisp);
IDispatchConsumer  149 axscript/axtam.cpp 		stdext::hash_map<IUnknown *, DRC(IDispatchConsumer *)>::iterator it;
IDispatchConsumer  689 axscript/axtam.cpp 	IDispatchConsumer *AXTam::getExistingConsumer(IUnknown *pUnk)
IDispatchConsumer  692 axscript/axtam.cpp 		stdext::hash_map<IUnknown *, DRC(IDispatchConsumer *)>::iterator it = dispatchConsumers.find(pUnk);
IDispatchConsumer  718 axscript/axtam.cpp 		IDispatchConsumer *dc = getExistingConsumer(pDisp);
IDispatchConsumer  756 axscript/axtam.cpp 					IDispatchConsumer *dc = (IDispatchConsumer *)atomToScriptObject(val);
IDispatchConsumer  199 axscript/axtam.h 		IDispatchConsumer *getExistingConsumer(IUnknown *pUnk);
IDispatchConsumer  248 axscript/axtam.h 		stdext::hash_map<IUnknown *, DRC(IDispatchConsumer *)> dispatchConsumers;