Home
last modified time | relevance | path

Searched defs:npRemoteObjectMap (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/PluginProcess/
DWebProcessConnection.h48 NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); } in npRemoteObjectMap() function
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginProcessConnection.h59 NPRemoteObjectMap* npRemoteObjectMap() const { return m_npRemoteObjectMap.get(); } in npRemoteObjectMap() function
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPObjectMessageReceiver.cpp38 …<NPObjectMessageReceiver> NPObjectMessageReceiver::create(NPRemoteObjectMap* npRemoteObjectMap, Pl… in create()
43 NPObjectMessageReceiver::NPObjectMessageReceiver(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plug… in NPObjectMessageReceiver()
DNPObjectProxy.cpp41 NPObjectProxy* NPObjectProxy::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t… in create()
79 void NPObjectProxy::initialize(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObj… in initialize()