Searched defs:NPRemoteObjectMap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPRemoteObjectMap.h44 class NPRemoteObjectMap : public RefCounted<NPRemoteObjectMap> { class in namespace:WebKit
46 static PassRefPtr<NPRemoteObjectMap> create(CoreIPC::Connection*);
47 ~NPRemoteObjectMap();
70 explicit NPRemoteObjectMap(CoreIPC::Connection*);
H A DNPRemoteObjectMap.cpp27 #include "NPRemoteObjectMap.h"
46 PassRefPtr<NPRemoteObjectMap> NPRemoteObjectMap::create(CoreIPC::Connection* connection)
48 return adoptRef(new NPRemoteObjectMap(connection));
51 NPRemoteObjectMap::NPRemoteObjectMap(CoreIPC::Connection* connection) function in class:WebKit::NPRemoteObjectMap
56 NPRemoteObjectMap::~NPRemoteObjectMap()
62 NPObject* NPRemoteObjectMap::createNPObjectProxy(uint64_t remoteObjectID, Plugin* plugin)
71 void NPRemoteObjectMap
[all...]

Completed in 234 milliseconds