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

  /external/chromium_org/content/plugin/
plugin_channel.h 25 class PluginChannel : public NPChannelBase {
27 // Get a new PluginChannel object for the current process to talk to the
30 static PluginChannel* GetPluginChannel(
61 virtual ~PluginChannel();
73 PluginChannel();
77 static NPChannelBase* ClassFactory() { return new PluginChannel(); }
103 DISALLOW_COPY_AND_ASSIGN(PluginChannel);
plugin_channel.cc 43 class PluginChannel::MessageFilter : public IPC::ChannelProxy::MessageFilter {
86 IPC_BEGIN_MESSAGE_MAP(PluginChannel::MessageFilter, message)
143 PluginChannel* PluginChannel::GetPluginChannel(
149 PluginChannel* channel =
150 static_cast<PluginChannel*>(NPChannelBase::GetChannel(
165 void PluginChannel::NotifyRenderersOfPendingShutdown() {
169 bool PluginChannel::Send(IPC::Message* msg) {
180 bool PluginChannel::OnMessageReceived(const IPC::Message& msg) {
188 void PluginChannel::OnChannelError()
    [all...]
plugin_thread.cc 174 scoped_refptr<PluginChannel> channel(PluginChannel::GetPluginChannel(
191 PluginChannel::NotifyRenderersOfPendingShutdown();
webplugin_delegate_stub.h 31 class PluginChannel;
42 PluginChannel* channel);
117 scoped_refptr<PluginChannel> channel_;
webplugin_proxy.h 35 class PluginChannel;
49 WebPluginProxy(PluginChannel* channel,
211 scoped_refptr<PluginChannel> channel_;
webplugin_delegate_stub.cc 60 const std::string& mime_type, int instance_id, PluginChannel* channel) :
webplugin_proxy.cc 56 PluginChannel* channel,
219 // PluginChannel creates a dummy owner identifier for unknown owners, so
243 // PluginChannel creates a dummy owner identifier for unknown owners, so

Completed in 5832 milliseconds