Searched refs:NPRemoteObjectMap (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/
H A DNPRemoteObjectMap.h44 class NPRemoteObjectMap : public RefCounted<NPRemoteObjectMap> { class in namespace:WebKit
46 static PassRefPtr<NPRemoteObjectMap> create(IPC::Connection*);
47 ~NPRemoteObjectMap();
67 explicit NPRemoteObjectMap(IPC::Connection*);
H A DNPRemoteObjectMap.cpp27 #include "NPRemoteObjectMap.h"
44 PassRefPtr<NPRemoteObjectMap> NPRemoteObjectMap::create(IPC::Connection* connection)
46 return adoptRef(new NPRemoteObjectMap(connection));
49 NPRemoteObjectMap::NPRemoteObjectMap(IPC::Connection* connection) function in class:WebKit::NPRemoteObjectMap
54 NPRemoteObjectMap::~NPRemoteObjectMap()
60 NPObject* NPRemoteObjectMap::createNPObjectProxy(uint64_t remoteObjectID, Plugin* plugin)
69 void NPRemoteObjectMap
[all...]
H A DNPObjectMessageReceiver.h38 class NPRemoteObjectMap;
46 NPObjectMessageReceiver(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID, NPObject*);
67 NPRemoteObjectMap* m_npRemoteObjectMap;
H A DNPObjectProxy.h36 class NPRemoteObjectMap;
43 static NPObjectProxy* create(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID);
62 void initialize(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID);
87 NPRemoteObjectMap* m_npRemoteObjectMap;
H A DNPObjectProxy.cpp35 #include "NPRemoteObjectMap.h"
43 NPObjectProxy* NPObjectProxy::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID)
83 void NPObjectProxy::initialize(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID)
H A DNPObjectMessageReceiver.cpp32 #include "NPRemoteObjectMap.h"
38 NPObjectMessageReceiver::NPObjectMessageReceiver(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* npObject)
/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/
H A DWebProcessConnection.h39 class NPRemoteObjectMap;
51 NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); }
88 RefPtr<NPRemoteObjectMap> m_npRemoteObjectMap;
H A DWebProcessConnection.cpp35 #include "NPRemoteObjectMap.h"
65 m_npRemoteObjectMap = NPRemoteObjectMap::create(m_connection.get());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProcessConnection.h39 class NPRemoteObjectMap;
58 NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); }
88 RefPtr<NPRemoteObjectMap> m_npRemoteObjectMap;
H A DPluginProcessConnection.cpp32 #include "NPRemoteObjectMap.h"
53 m_npRemoteObjectMap = NPRemoteObjectMap::create(m_connection.get());

Completed in 159 milliseconds