/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPRemoteObjectMap.cpp | 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() [all …]
|
D | NPRemoteObjectMap.h | 44 class NPRemoteObjectMap : public RefCounted<NPRemoteObjectMap> { 46 static PassRefPtr<NPRemoteObjectMap> create(CoreIPC::Connection*); 47 ~NPRemoteObjectMap(); 70 explicit NPRemoteObjectMap(CoreIPC::Connection*);
|
D | NPObjectMessageReceiver.h | 39 class NPRemoteObjectMap; variable 47 …static PassOwnPtr<NPObjectMessageReceiver> create(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID… 56 NPObjectMessageReceiver(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID, NPObject*); 70 NPRemoteObjectMap* m_npRemoteObjectMap;
|
D | NPObjectProxy.h | 36 class NPRemoteObjectMap; variable 43 static NPObjectProxy* create(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID); 62 void initialize(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID); 87 NPRemoteObjectMap* m_npRemoteObjectMap;
|
D | NPObjectMessageReceiver.cpp | 38 PassOwnPtr<NPObjectMessageReceiver> NPObjectMessageReceiver::create(NPRemoteObjectMap* npRemoteObje… in create() 43 NPObjectMessageReceiver::NPObjectMessageReceiver(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plug… in NPObjectMessageReceiver()
|
D | NPObjectProxy.cpp | 41 NPObjectProxy* NPObjectProxy::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t… in create() 79 void NPObjectProxy::initialize(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObj… in initialize()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginProcessConnection.h | 40 class NPRemoteObjectMap; variable 59 NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); } in npRemoteObjectMap() 80 RefPtr<NPRemoteObjectMap> m_npRemoteObjectMap;
|
D | PluginProcessConnection.cpp | 62 m_npRemoteObjectMap = NPRemoteObjectMap::create(m_connection.get()); in PluginProcessConnection()
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | WebProcessConnection.h | 37 class NPRemoteObjectMap; variable 48 NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); } in npRemoteObjectMap() 74 RefPtr<NPRemoteObjectMap> m_npRemoteObjectMap;
|
D | WebProcessConnection.cpp | 53 m_npRemoteObjectMap = NPRemoteObjectMap::create(m_connection.get()); in WebProcessConnection()
|
/external/webkit/Source/WebKit2/ |
D | WebKit2.pro | 160 Shared/Plugins/NPRemoteObjectMap.h \ 324 Shared/Plugins/NPRemoteObjectMap.cpp \
|
D | GNUmakefile.am | 226 Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.cpp \ 227 Source/WebKit2/Shared/Plugins/NPRemoteObjectMap.h \
|
D | ChangeLog-2011-02-16 | 4788 * Shared/Plugins/NPRemoteObjectMap.cpp: 15060 WebProcess crash in NPRemoteObjectMap::invalidate when closing tab 15064 When invalidating the NPRemoteObjectMap, we don't want NPObjectMessageReceiver to 15074 * Shared/Plugins/NPRemoteObjectMap.cpp: 15075 (WebKit::NPRemoteObjectMap::NPRemoteObjectMap): 15076 (WebKit::NPRemoteObjectMap::invalidate): 15077 * Shared/Plugins/NPRemoteObjectMap.h: 15078 (WebKit::NPRemoteObjectMap::isInvalidating): 20125 * Shared/Plugins/NPRemoteObjectMap.cpp: 20126 (WebKit::NPRemoteObjectMap::npVariantToNPVariantData): [all …]
|
D | ChangeLog | 8051 Call NPRemoteObjectMap::pluginDestroyed when the plug-in has been destroyed. 8071 * Shared/Plugins/NPRemoteObjectMap.cpp: 8072 (WebKit::NPRemoteObjectMap::NPRemoteObjectMap): 8075 (WebKit::NPRemoteObjectMap::npObjectProxyDestroyed): 8078 (WebKit::NPRemoteObjectMap::pluginDestroyed): 8081 * Shared/Plugins/NPRemoteObjectMap.h: 8086 Call NPRemoteObjectMap::pluginDestroyed when the plug-in has been destroyed. 8143 * Shared/Plugins/NPRemoteObjectMap.cpp: 8144 (WebKit::NPRemoteObjectMap::createNPObjectProxy): 8145 (WebKit::NPRemoteObjectMap::registerNPObject): [all …]
|
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/ |
D | project.pbxproj | 82 …27F4EAB001EB962 /* NPRemoteObjectMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1FA25212… 83 …127F4EAB001EB962 /* NPRemoteObjectMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1FA251127… 934 …0050E709 /* NPRemoteObjectMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 935 …0E709 /* NPRemoteObjectMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 2175 1A1FA252127A0E4F0050E709 /* NPRemoteObjectMap.cpp */, 2176 1A1FA251127A0E4F0050E709 /* NPRemoteObjectMap.h */, 3526 1A2D82A9127F4EAB001EB962 /* NPRemoteObjectMap.h in Headers */, 4138 1A2D82A8127F4EAB001EB962 /* NPRemoteObjectMap.cpp in Sources */,
|