Home | History | Annotate | Download | only in Plugins

Lines Matching refs:NPRemoteObjectMap

27 #include "NPRemoteObjectMap.h"
46 PassRefPtr<NPRemoteObjectMap> NPRemoteObjectMap::create(CoreIPC::Connection* connection)
48 return adoptRef(new NPRemoteObjectMap(connection));
51 NPRemoteObjectMap::NPRemoteObjectMap(CoreIPC::Connection* connection)
56 NPRemoteObjectMap::~NPRemoteObjectMap()
62 NPObject* NPRemoteObjectMap::createNPObjectProxy(uint64_t remoteObjectID, Plugin* plugin)
71 void NPRemoteObjectMap::npObjectProxyDestroyed(NPObject* npObject)
79 uint64_t NPRemoteObjectMap::registerNPObject(NPObject* npObject, Plugin* plugin)
87 void NPRemoteObjectMap::unregisterNPObject(uint64_t npObjectID)
92 NPVariantData NPRemoteObjectMap::npVariantToNPVariantData(const NPVariant& variant, Plugin* plugin)
136 NPVariant NPRemoteObjectMap::npVariantDataToNPVariant(const NPVariantData& npVariantData, Plugin* plugin)
189 void NPRemoteObjectMap::pluginDestroyed(Plugin* plugin)
222 CoreIPC::SyncReplyMode NPRemoteObjectMap::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply)