OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NPChannelBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
np_channel_base.cc
23
typedef base::hash_map<std::string, scoped_refptr<
NPChannelBase
> > ChannelMap;
27
scoped_refptr<
NPChannelBase
> current_channel;
31
// Workaround for http://crbug.com/298179 -
NPChannelBase
is only intended
63
NPChannelBase
*
NPChannelBase
::GetChannel(
75
scoped_refptr<
NPChannelBase
> channel;
106
void
NPChannelBase
::Broadcast(IPC::Message* message) {
115
NPChannelBase
::
NPChannelBase
()
126
NPChannelBase
::~NPChannelBase()
[
all
...]
np_channel_base.h
57
class
NPChannelBase
: public IPC::Listener,
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 30 milliseconds