HomeSort by relevance Sort by last modified time
    Searched refs:ChannelWin (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/edk/system/
channel_win.cc 72 class ChannelWin : public Channel,
76 ChannelWin(Delegate* delegate,
90 FROM_HERE, base::Bind(&ChannelWin::StartOnIOThread, this));
96 FROM_HERE, base::Bind(&ChannelWin::ShutDownOnIOThread, this));
116 base::Bind(&ChannelWin::OnError, this));
149 ~ChannelWin() override {}
189 scoped_refptr<ChannelWin> keep_alive(this);
345 DISALLOW_COPY_AND_ASSIGN(ChannelWin);
355 return new ChannelWin(delegate, connection_params.TakeChannelHandle(),
  /external/libmojo/ipc/
ipc_message.h 235 friend class ChannelWin;

Completed in 113 milliseconds