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;
268 scoped_refptr<PluginChannelHost> channel_host_;
webplugin_delegate_proxy.cc 105 ResourceClientProxy(PluginChannelHost* channel, int instance_id)
149 scoped_refptr<PluginChannelHost> channel_ref(channel_);
163 scoped_refptr<PluginChannelHost> channel_ref(channel_);
193 scoped_refptr<PluginChannelHost> channel_;
298 scoped_refptr<PluginChannelHost> channel_host;
306 new base::AutoReset<bool>(PluginChannelHost::GetRemoveTrackingFlag(),
335 PluginChannelHost::GetPluginChannelHost(
338 LOG(ERROR) << "Couldn't get PluginChannelHost";
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 523 PluginChannelHost::Broadcast(
534 PluginChannelHost::Broadcast(
    [all...]
render_frame_impl.cc     [all...]

Completed in 54 milliseconds