Home
last modified time | relevance | path

Searched refs:OnChannelCreated (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ipc/mojo/
Dipc_channel_mojo_host.cc24 virtual void OnChannelCreated(base::WeakPtr<ChannelMojo> channel) OVERRIDE;
58 void ChannelMojoHost::ChannelDelegate::OnChannelCreated( in OnChannelCreated() function in IPC::ChannelMojoHost::ChannelDelegate
Dipc_channel_mojo.h67 virtual void OnChannelCreated(base::WeakPtr<ChannelMojo> channel) = 0;
Dipc_channel_mojo.cc112 delegate_->OnChannelCreated(weak_factory_.GetWeakPtr()); in InitDelegate()
/external/chromium_org/content/browser/
Dplugin_process_host.cc286 IPC_MESSAGE_HANDLER(PluginProcessHostMsg_ChannelCreated, OnChannelCreated) in OnMessageReceived()
407 void PluginProcessHost::OnChannelCreated( in OnChannelCreated() function in content::PluginProcessHost
Dplugin_process_host.h136 void OnChannelCreated(const IPC::ChannelHandle& channel_handle);