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

/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc22 typedef base::hash_map<std::string, scoped_refptr<NPChannelBase> > ChannelMap;
26 typedef std::stack<scoped_refptr<NPChannelBase> > NPChannelRefStack;
48 NPChannelBase* NPChannelBase::GetChannel(
52 scoped_refptr<NPChannelBase> channel;
80 void NPChannelBase::Broadcast(IPC::Message* message) {
89 NPChannelBase::NPChannelBase() function in class:content::NPChannelBase
100 NPChannelBase::~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 70 milliseconds