Home | History | Annotate | Download | only in mojo

Lines Matching defs:ChannelMojoHost

14 // behalf of ChannelMojoHost.
17 class ChannelMojoHost::ChannelDelegate : public ChannelMojo::Delegate {
40 ChannelMojoHost::ChannelDelegate::ChannelDelegate(
45 ChannelMojoHost::ChannelDelegate::~ChannelDelegate() {
49 ChannelMojoHost::ChannelDelegate::ToWeakPtr() {
53 base::WeakPtr<ChannelMojoHost::ChannelDelegate>
54 ChannelMojoHost::ChannelDelegate::GetWeakPtr() {
58 void ChannelMojoHost::ChannelDelegate::OnChannelCreated(
65 ChannelMojoHost::ChannelDelegate::GetIOTaskRunner() {
69 void ChannelMojoHost::ChannelDelegate::OnClientLaunched(
75 void ChannelMojoHost::ChannelDelegate::DeleteThisSoon() {
78 base::Bind(&base::DeletePointer<ChannelMojoHost::ChannelDelegate>,
83 // ChannelMojoHost
86 ChannelMojoHost::ChannelMojoHost(scoped_refptr<base::TaskRunner> io_task_runner)
92 ChannelMojoHost::~ChannelMojoHost() {
95 void ChannelMojoHost::OnClientLaunched(base::ProcessHandle process) {
106 ChannelMojo::Delegate* ChannelMojoHost::channel_delegate() const {
110 void ChannelMojoHost::DelegateDeleter::operator()(
111 ChannelMojoHost::ChannelDelegate* ptr) const {