HomeSort by relevance Sort by last modified time
    Searched defs:NPRemoteObjectMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Shared/Plugins/
NPRemoteObjectMap.h 44 class NPRemoteObjectMap : public RefCounted<NPRemoteObjectMap> {
46 static PassRefPtr<NPRemoteObjectMap> create(CoreIPC::Connection*);
47 ~NPRemoteObjectMap();
70 explicit NPRemoteObjectMap(CoreIPC::Connection*);
NPRemoteObjectMap.cpp 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
    [all...]

Completed in 36 milliseconds