NPChannelBase 47 content/browser/renderer_host/java/java_bridge_channel_host.cc return static_cast<JavaBridgeChannelHost*>(NPChannelBase::GetChannel( NPChannelBase 67 content/browser/renderer_host/java/java_bridge_channel_host.cc if (!NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event)) { NPChannelBase 12 content/browser/renderer_host/java/java_bridge_channel_host.h class JavaBridgeChannelHost : public NPChannelBase { NPChannelBase 40 content/browser/renderer_host/java/java_bridge_channel_host.h static NPChannelBase* ClassFactory() { NPChannelBase 22 content/browser/renderer_host/java/java_bridge_dispatcher_host.h class NPChannelBase; NPChannelBase 63 content/browser/renderer_host/java/java_bridge_dispatcher_host.h scoped_refptr<NPChannelBase> channel_; NPChannelBase 24 content/child/npapi/np_channel_base.cc typedef base::hash_map<std::string, scoped_refptr<NPChannelBase> > ChannelMap; NPChannelBase 28 content/child/npapi/np_channel_base.cc scoped_refptr<NPChannelBase> current_channel; NPChannelBase 64 content/child/npapi/np_channel_base.cc NPChannelBase* NPChannelBase::GetChannel( NPChannelBase 76 content/child/npapi/np_channel_base.cc scoped_refptr<NPChannelBase> channel; NPChannelBase 107 content/child/npapi/np_channel_base.cc void NPChannelBase::Broadcast(IPC::Message* message) { NPChannelBase 116 content/child/npapi/np_channel_base.cc NPChannelBase::NPChannelBase() NPChannelBase 127 content/child/npapi/np_channel_base.cc NPChannelBase::~NPChannelBase() { NPChannelBase 136 content/child/npapi/np_channel_base.cc NPChannelBase* NPChannelBase::GetCurrentChannel() { NPChannelBase 140 content/child/npapi/np_channel_base.cc void NPChannelBase::CleanupChannels() { NPChannelBase 143 content/child/npapi/np_channel_base.cc std::vector<scoped_refptr<NPChannelBase> > channels; NPChannelBase 158 content/child/npapi/np_channel_base.cc NPObjectBase* NPChannelBase::GetNPObjectListenerForRoute(int route_id) { NPChannelBase 167 content/child/npapi/np_channel_base.cc base::WaitableEvent* NPChannelBase::GetModalDialogEvent(int render_view_id) { NPChannelBase 171 content/child/npapi/np_channel_base.cc bool NPChannelBase::Init(base::MessageLoopProxy* ipc_message_loop, NPChannelBase 196 content/child/npapi/np_channel_base.cc bool NPChannelBase::Send(IPC::Message* message) { NPChannelBase 212 content/child/npapi/np_channel_base.cc int NPChannelBase::Count() { NPChannelBase 216 content/child/npapi/np_channel_base.cc bool NPChannelBase::OnMessageReceived(const IPC::Message& message) { NPChannelBase 220 content/child/npapi/np_channel_base.cc base::AutoReset<scoped_refptr<NPChannelBase> > keep_alive( NPChannelBase 244 content/child/npapi/np_channel_base.cc void NPChannelBase::OnChannelConnected(int32 peer_pid) { NPChannelBase 248 content/child/npapi/np_channel_base.cc void NPChannelBase::AddRoute(int route_id, NPChannelBase 260 content/child/npapi/np_channel_base.cc void NPChannelBase::RemoveRoute(int route_id) { NPChannelBase 303 content/child/npapi/np_channel_base.cc bool NPChannelBase::OnControlMessageReceived(const IPC::Message& msg) { NPChannelBase 309 content/child/npapi/np_channel_base.cc void NPChannelBase::OnChannelError() { NPChannelBase 327 content/child/npapi/np_channel_base.cc void NPChannelBase::AddMappingForNPObjectProxy(int route_id, NPChannelBase 332 content/child/npapi/np_channel_base.cc void NPChannelBase::RemoveMappingForNPObjectProxy(int route_id) { NPChannelBase 336 content/child/npapi/np_channel_base.cc void NPChannelBase::AddMappingForNPObjectStub(int route_id, NPChannelBase 342 content/child/npapi/np_channel_base.cc void NPChannelBase::RemoveMappingForNPObjectStub(int route_id, NPChannelBase 348 content/child/npapi/np_channel_base.cc void NPChannelBase::AddMappingForNPObjectOwner(int route_id, NPChannelBase 355 content/child/npapi/np_channel_base.cc void NPChannelBase::SetDefaultNPObjectOwner(struct _NPP* owner) { NPChannelBase 360 content/child/npapi/np_channel_base.cc void NPChannelBase::RemoveMappingForNPObjectOwner(int route_id) { NPChannelBase 366 content/child/npapi/np_channel_base.cc NPObject* NPChannelBase::GetExistingNPObjectProxy(int route_id) { NPChannelBase 371 content/child/npapi/np_channel_base.cc int NPChannelBase::GetExistingRouteForNPObjectStub(NPObject* npobject) { NPChannelBase 376 content/child/npapi/np_channel_base.cc NPP NPChannelBase::GetExistingNPObjectOwner(int route_id) { NPChannelBase 381 content/child/npapi/np_channel_base.cc int NPChannelBase::GetExistingRouteForNPObjectOwner(NPP owner) { NPChannelBase 57 content/child/npapi/np_channel_base.h class NPChannelBase : public IPC::Listener, NPChannelBase 59 content/child/npapi/np_channel_base.h public base::RefCountedThreadSafe<NPChannelBase> { NPChannelBase 106 content/child/npapi/np_channel_base.h static NPChannelBase* GetCurrentChannel(); NPChannelBase 120 content/child/npapi/np_channel_base.h typedef NPChannelBase* (*ChannelFactory)(); NPChannelBase 122 content/child/npapi/np_channel_base.h friend class base::RefCountedThreadSafe<NPChannelBase>; NPChannelBase 124 content/child/npapi/np_channel_base.h virtual ~NPChannelBase(); NPChannelBase 131 content/child/npapi/np_channel_base.h static NPChannelBase* GetChannel( NPChannelBase 140 content/child/npapi/np_channel_base.h NPChannelBase(); NPChannelBase 219 content/child/npapi/np_channel_base.h DISALLOW_COPY_AND_ASSIGN(NPChannelBase); NPChannelBase 62 content/child/npapi/npobject_proxy.cc NPChannelBase* channel, NPChannelBase 86 content/child/npapi/npobject_proxy.cc NPObject* NPObjectProxy::Create(NPChannelBase* channel, NPChannelBase 194 content/child/npapi/npobject_proxy.cc scoped_refptr<NPChannelBase> channel_copy = proxy->channel_; NPChannelBase 284 content/child/npapi/npobject_proxy.cc scoped_refptr<NPChannelBase> channel(proxy->channel_); NPChannelBase 421 content/child/npapi/npobject_proxy.cc scoped_refptr<NPChannelBase> channel_copy = proxy->channel_; NPChannelBase 495 content/child/npapi/npobject_proxy.cc scoped_refptr<NPChannelBase> channel(proxy->channel_); NPChannelBase 22 content/child/npapi/npobject_proxy.h class NPChannelBase; NPChannelBase 38 content/child/npapi/npobject_proxy.h static NPObject* Create(NPChannelBase* channel, NPChannelBase 47 content/child/npapi/npobject_proxy.h NPChannelBase* channel() { return channel_.get(); } NPChannelBase 102 content/child/npapi/npobject_proxy.h NPObjectProxy(NPChannelBase* channel, NPChannelBase 118 content/child/npapi/npobject_proxy.h scoped_refptr<NPChannelBase> channel_; NPChannelBase 27 content/child/npapi/npobject_stub.cc NPChannelBase* channel, NPChannelBase 23 content/child/npapi/npobject_stub.h class NPChannelBase; NPChannelBase 36 content/child/npapi/npobject_stub.h NPChannelBase* channel, NPChannelBase 89 content/child/npapi/npobject_stub.h scoped_refptr<NPChannelBase> channel_; NPChannelBase 91 content/child/npapi/npobject_util.cc NPChannelBase* renderer_channel = NPChannelBase::GetCurrentChannel(); NPChannelBase 151 content/child/npapi/npobject_util.cc NPChannelBase* channel, NPChannelBase 230 content/child/npapi/npobject_util.cc NPChannelBase* channel, NPChannelBase 26 content/child/npapi/npobject_util.h class NPChannelBase; NPChannelBase 49 content/child/npapi/npobject_util.h NPChannelBase* channel, NPChannelBase 58 content/child/npapi/npobject_util.h NPChannelBase* channel, NPChannelBase 150 content/plugin/plugin_channel.cc static_cast<PluginChannel*>(NPChannelBase::GetChannel( NPChannelBase 175 content/plugin/plugin_channel.cc bool result = NPChannelBase::Send(msg); NPChannelBase 185 content/plugin/plugin_channel.cc return NPChannelBase::OnMessageReceived(msg); NPChannelBase 189 content/plugin/plugin_channel.cc NPChannelBase::OnChannelError(); NPChannelBase 233 content/plugin/plugin_channel.cc if (!NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event)) NPChannelBase 25 content/plugin/plugin_channel.h class PluginChannel : public NPChannelBase { NPChannelBase 77 content/plugin/plugin_channel.h static NPChannelBase* ClassFactory() { return new PluginChannel(); } NPChannelBase 149 content/plugin/plugin_thread.cc NPChannelBase::CleanupChannels(); NPChannelBase 17 content/renderer/java/java_bridge_channel.cc return static_cast<JavaBridgeChannel*>(NPChannelBase::GetChannel( NPChannelBase 60 content/renderer/java/java_bridge_channel.cc return NPChannelBase::OnControlMessageReceived(msg); NPChannelBase 14 content/renderer/java/java_bridge_channel.h class JavaBridgeChannel : public content::NPChannelBase { NPChannelBase 32 content/renderer/java/java_bridge_channel.h static NPChannelBase* ClassFactory() { return new JavaBridgeChannel(); } NPChannelBase 65 content/renderer/npapi/plugin_channel_host.cc static_cast<PluginChannelHost*>(NPChannelBase::GetChannel( NPChannelBase 84 content/renderer/npapi/plugin_channel_host.cc return NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event); NPChannelBase 97 content/renderer/npapi/plugin_channel_host.cc NPChannelBase::AddRoute(route_id, listener, npobject); NPChannelBase 115 content/renderer/npapi/plugin_channel_host.cc NPChannelBase::RemoveRoute(route_id); NPChannelBase 140 content/renderer/npapi/plugin_channel_host.cc bool result = NPChannelBase::Send(msg); NPChannelBase 145 content/renderer/npapi/plugin_channel_host.cc return NPChannelBase::Send(msg); NPChannelBase 159 content/renderer/npapi/plugin_channel_host.cc NPChannelBase::OnChannelError(); NPChannelBase 17 content/renderer/npapi/plugin_channel_host.h class PluginChannelHost : public NPChannelBase { NPChannelBase 45 content/renderer/npapi/plugin_channel_host.h NPChannelBase::Broadcast(message); NPChannelBase 55 content/renderer/npapi/plugin_channel_host.h static NPChannelBase* ClassFactory() { return new PluginChannelHost(); } NPChannelBase 570 content/renderer/render_thread_impl.cc NPChannelBase::CleanupChannels();