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(); }
102 DISALLOW_COPY_AND_ASSIGN(PluginChannel);
plugin_channel.cc 44 class PluginChannel::MessageFilter : public IPC::MessageFilter {
87 IPC_BEGIN_MESSAGE_MAP(PluginChannel::MessageFilter, message)
144 PluginChannel* PluginChannel::GetPluginChannel(
150 PluginChannel* channel =
151 static_cast<PluginChannel*>(NPChannelBase::GetChannel(
166 void PluginChannel::NotifyRenderersOfPendingShutdown() {
170 bool PluginChannel::Send(IPC::Message* msg) {
181 bool PluginChannel::OnMessageReceived(const IPC::Message& msg) {
189 void PluginChannel::OnChannelError()
    [all...]

Completed in 81 milliseconds