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

  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.cc 55 bool* PluginChannelHost::GetRemoveTrackingFlag() {
61 PluginChannelHost* PluginChannelHost::GetPluginChannelHost(
64 PluginChannelHost* result =
65 static_cast<PluginChannelHost*>(NPChannelBase::GetChannel(
75 PluginChannelHost::PluginChannelHost() : expecting_shutdown_(false) {
78 PluginChannelHost::~PluginChannelHost() {
81 bool PluginChannelHost::Init(base::MessageLoopProxy* ipc_message_loop
    [all...]
plugin_channel_host.h 17 class PluginChannelHost : public NPChannelBase {
24 static PluginChannelHost* GetPluginChannelHost(
52 PluginChannelHost();
53 virtual ~PluginChannelHost();
55 static NPChannelBase* ClassFactory() { return new PluginChannelHost(); }
70 DISALLOW_COPY_AND_ASSIGN(PluginChannelHost);
webplugin_delegate_proxy.h 40 class PluginChannelHost;
269 scoped_refptr<PluginChannelHost> channel_host_;
webplugin_delegate_proxy.cc 99 ResourceClientProxy(PluginChannelHost* channel, int instance_id)
143 scoped_refptr<PluginChannelHost> channel_ref(channel_);
157 scoped_refptr<PluginChannelHost> channel_ref(channel_);
187 scoped_refptr<PluginChannelHost> channel_;
292 scoped_refptr<PluginChannelHost> channel_host;
300 new base::AutoReset<bool>(PluginChannelHost::GetRemoveTrackingFlag(),
329 PluginChannelHost::GetPluginChannelHost(
332 LOG(ERROR) << "Couldn't get PluginChannelHost";
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 710 PluginChannelHost::Broadcast(
721 PluginChannelHost::Broadcast(
    [all...]
render_frame_impl.cc     [all...]

Completed in 181 milliseconds