Searched defs:NPChannelBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc24 typedef base::hash_map<std::string, scoped_refptr<NPChannelBase> > ChannelMap;
28 scoped_refptr<NPChannelBase> current_channel;
32 // Workaround for http://crbug.com/298179 - NPChannelBase is only intended
64 NPChannelBase* NPChannelBase::GetChannel(
76 scoped_refptr<NPChannelBase> channel;
107 void NPChannelBase::Broadcast(IPC::Message* message) {
116 NPChannelBase::NPChannelBase() function in class:content::NPChannelBase
127 NPChannelBase
[all...]
H A Dnp_channel_base.h57 class NPChannelBase : public IPC::Listener, class in namespace:content
59 public base::RefCountedThreadSafe<NPChannelBase> {
104 // Returns the most recent NPChannelBase to have received a message
106 static NPChannelBase* GetCurrentChannel();
120 typedef NPChannelBase* (*ChannelFactory)();
122 friend class base::RefCountedThreadSafe<NPChannelBase>;
124 virtual ~NPChannelBase();
126 // Returns a NPChannelBase derived object for the given channel name.
131 static NPChannelBase* GetChannel(
140 NPChannelBase();
[all...]

Completed in 465 milliseconds