Lines Matching refs:NPRemoteObjectMap
46 PassRefPtr<NPRemoteObjectMap> NPRemoteObjectMap::create(CoreIPC::Connection* connection) in create()
48 return adoptRef(new NPRemoteObjectMap(connection)); in create()
51 NPRemoteObjectMap::NPRemoteObjectMap(CoreIPC::Connection* connection) in NPRemoteObjectMap() function in WebKit::NPRemoteObjectMap
56 NPRemoteObjectMap::~NPRemoteObjectMap() in ~NPRemoteObjectMap()
62 NPObject* NPRemoteObjectMap::createNPObjectProxy(uint64_t remoteObjectID, Plugin* plugin) in createNPObjectProxy()
71 void NPRemoteObjectMap::npObjectProxyDestroyed(NPObject* npObject) in npObjectProxyDestroyed()
79 uint64_t NPRemoteObjectMap::registerNPObject(NPObject* npObject, Plugin* plugin) in registerNPObject()
87 void NPRemoteObjectMap::unregisterNPObject(uint64_t npObjectID) in unregisterNPObject()
92 NPVariantData NPRemoteObjectMap::npVariantToNPVariantData(const NPVariant& variant, Plugin* plugin) in npVariantToNPVariantData()
136 NPVariant NPRemoteObjectMap::npVariantDataToNPVariant(const NPVariantData& npVariantData, Plugin* p… in npVariantDataToNPVariant()
189 void NPRemoteObjectMap::pluginDestroyed(Plugin* plugin) in pluginDestroyed()
222 CoreIPC::SyncReplyMode NPRemoteObjectMap::didReceiveSyncMessage(CoreIPC::Connection* connection, Co… in didReceiveSyncMessage()