• Home
  • Raw
  • Download

Lines Matching refs:ChannelAssociatedGroupController

49 class ChannelAssociatedGroupController;
67 void AddController(ChannelAssociatedGroupController* controller) { in AddController()
72 void RemoveController(ChannelAssociatedGroupController* controller) { in RemoveController()
83 std::set<ChannelAssociatedGroupController*> controllers_;
93 class ChannelAssociatedGroupController class
98 ChannelAssociatedGroupController( in ChannelAssociatedGroupController() function in IPC::__anonefff342a0111::ChannelAssociatedGroupController
132 base::Bind(&ChannelAssociatedGroupController::OnPipeError, in Bind()
363 MessageWrapper(ChannelAssociatedGroupController* controller, in MessageWrapper()
390 ChannelAssociatedGroupController* controller_ = nullptr;
399 Endpoint(ChannelAssociatedGroupController* controller, mojo::InterfaceId id) in Endpoint()
594 ChannelAssociatedGroupController* const controller_;
613 ChannelAssociatedGroupController* controller) in ControlMessageProxyThunk()
622 ChannelAssociatedGroupController* controller_;
627 ~ChannelAssociatedGroupController() override { in ~ChannelAssociatedGroupController()
673 &ChannelAssociatedGroupController::SendMessageOnMasterThread, in SendMessage()
690 scoped_refptr<ChannelAssociatedGroupController> keepalive(this); in OnPipeError()
727 base::Bind(&ChannelAssociatedGroupController:: in NotifyEndpointOfError()
820 base::Bind(&ChannelAssociatedGroupController::AcceptSyncMessage, in Accept()
827 base::Bind(&ChannelAssociatedGroupController::AcceptOnProxyThread, in Accept()
909 scoped_refptr<ChannelAssociatedGroupController> keepalive(this); in OnPeerAssociatedEndpointClosed()
958 DISALLOW_COPY_AND_ASSIGN(ChannelAssociatedGroupController);
981 const scoped_refptr<ChannelAssociatedGroupController> controller) in MojoBootstrapImpl()
1013 scoped_refptr<ChannelAssociatedGroupController> controller_;
1031 new ChannelAssociatedGroupController(mode == Channel::MODE_SERVER, in Create()