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

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

Completed in 102 milliseconds