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