HomeSort by relevance Sort by last modified time
    Searched defs:PluginChannel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/plugin/
plugin_channel.h 24 class PluginChannel : public NPChannelBase {
26 // Get a new PluginChannel object for the current process to talk to the
29 static PluginChannel* GetPluginChannel(
60 virtual ~PluginChannel();
72 PluginChannel();
76 static NPChannelBase* ClassFactory() { return new PluginChannel(); }
99 DISALLOW_COPY_AND_ASSIGN(PluginChannel);
plugin_channel.cc 47 class PluginChannel::MessageFilter : public IPC::ChannelProxy::MessageFilter {
90 IPC_BEGIN_MESSAGE_MAP(PluginChannel::MessageFilter, message)
147 PluginChannel* PluginChannel::GetPluginChannel(
153 PluginChannel* channel =
154 static_cast<PluginChannel*>(NPChannelBase::GetChannel(
169 void PluginChannel::NotifyRenderersOfPendingShutdown() {
173 bool PluginChannel::Send(IPC::Message* msg) {
184 bool PluginChannel::OnMessageReceived(const IPC::Message& msg) {
192 void PluginChannel::OnChannelError()
    [all...]

Completed in 376 milliseconds