OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_npRemoteObjectMap
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.h
48
NPRemoteObjectMap* npRemoteObjectMap() const { return
m_npRemoteObjectMap
.get(); }
74
RefPtr<NPRemoteObjectMap>
m_npRemoteObjectMap
;
/external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectMessageReceiver.h
70
NPRemoteObjectMap*
m_npRemoteObjectMap
;
NPObjectProxy.h
87
NPRemoteObjectMap*
m_npRemoteObjectMap
;
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.h
59
NPRemoteObjectMap* npRemoteObjectMap() const { return
m_npRemoteObjectMap
.get(); }
80
RefPtr<NPRemoteObjectMap>
m_npRemoteObjectMap
;
Completed in 46 milliseconds