Searched defs:ChannelInit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/embedder/
H A Dchannel_init.cc14 ChannelInit::ChannelInit() function in class:mojo::embedder::ChannelInit
19 ChannelInit::~ChannelInit() {
27 mojo::ScopedMessagePipeHandle ChannelInit::Init(
36 base::Bind(&ChannelInit::OnCreatedChannel, weak_factory_.GetWeakPtr(),
43 void ChannelInit::OnCreatedChannel(
44 base::WeakPtr<ChannelInit> host,
H A Dchannel_init.h26 // ChannelInit handle creation (and destruction) of the mojo channel. It is
28 class MOJO_SYSTEM_IMPL_EXPORT ChannelInit { class in namespace:mojo::embedder
30 ChannelInit();
31 ~ChannelInit();
42 base::WeakPtr<ChannelInit> host,
51 base::WeakPtrFactory<ChannelInit> weak_factory_;
53 DISALLOW_COPY_AND_ASSIGN(ChannelInit);

Completed in 109 milliseconds