Searched defs:OnClientLaunched (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo_host.cc29 void OnClientLaunched(base::ProcessHandle process);
69 void ChannelMojoHost::ChannelDelegate::OnClientLaunched( function in class:IPC::ChannelMojoHost::ChannelDelegate
72 channel_->OnClientLaunched(process);
95 void ChannelMojoHost::OnClientLaunched(base::ProcessHandle process) { function in class:IPC::ChannelMojoHost
97 channel_delegate_->OnClientLaunched(process);
100 base::Bind(&ChannelDelegate::OnClientLaunched,
H A Dipc_mojo_bootstrap.cc23 virtual void OnClientLaunched(base::ProcessHandle process) OVERRIDE;
77 void MojoServerBootstrap::OnClientLaunched(base::ProcessHandle process) { function in class:IPC::__anon8495::MojoServerBootstrap
106 virtual void OnClientLaunched(base::ProcessHandle process) OVERRIDE;
138 void MojoClientBootstrap::OnClientLaunched(base::ProcessHandle process) { function in class:IPC::__anon8495::MojoClientBootstrap
H A Dipc_channel_mojo.cc204 void ChannelMojo::OnClientLaunched(base::ProcessHandle handle) { function in class:IPC::ChannelMojo
205 bootstrap_->OnClientLaunched(handle);

Completed in 65 milliseconds