Searched refs:NPRemoteObjectMap (Results 1 - 10 of 10) 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 DNPObjectMessageReceiver.h39 class NPRemoteObjectMap;
47 static PassOwnPtr<NPObjectMessageReceiver> create(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID, NPObject*);
56 NPObjectMessageReceiver(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID, NPObject*);
70 NPRemoteObjectMap* m_npRemoteObjectMap;
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...]
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 DNPObjectMessageReceiver.cpp32 #include "NPRemoteObjectMap.h"
38 PassOwnPtr<NPObjectMessageReceiver> NPObjectMessageReceiver::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* npObject)
43 NPObjectMessageReceiver::NPObjectMessageReceiver(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* npObject)
H A DNPObjectProxy.cpp35 #include "NPRemoteObjectMap.h"
41 NPObjectProxy* NPObjectProxy::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID)
79 void NPObjectProxy::initialize(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID)
/external/webkit/Source/WebKit2/PluginProcess/
H A DWebProcessConnection.h37 class NPRemoteObjectMap;
48 NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); }
74 RefPtr<NPRemoteObjectMap> m_npRemoteObjectMap;
H A DWebProcessConnection.cpp31 #include "NPRemoteObjectMap.h"
53 m_npRemoteObjectMap = NPRemoteObjectMap::create(m_connection.get());
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProcessConnection.h40 class NPRemoteObjectMap;
59 NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); }
80 RefPtr<NPRemoteObjectMap> m_npRemoteObjectMap;
H A DPluginProcessConnection.cpp31 #include "NPRemoteObjectMap.h"
62 m_npRemoteObjectMap = NPRemoteObjectMap::create(m_connection.get());

Completed in 209 milliseconds