Home
last modified time | relevance | path

Searched refs:bootstrap_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ipc/mojo/
Dipc_channel_mojo.cc92 bootstrap_ = MojoBootstrap::Create(handle, mode, this); in ChannelMojo()
141 return bootstrap_->Connect(); in Connect()
205 bootstrap_->OnClientLaunched(handle); in OnClientLaunched()
216 return bootstrap_->GetClientFileDescriptor(); in GetClientFileDescriptor()
220 return bootstrap_->TakeClientFileDescriptor(); in TakeClientFileDescriptor()
Dipc_channel_mojo.h144 scoped_ptr<MojoBootstrap> bootstrap_; variable