Searched refs:BrokerHost (Results 1 – 3 of 3) sorted by relevance
24 BrokerHost::BrokerHost(base::ProcessHandle client_process, in BrokerHost() function in mojo::core::BrokerHost43 BrokerHost::~BrokerHost() { in ~BrokerHost()51 bool BrokerHost::PrepareHandlesForClient( in PrepareHandlesForClient()65 bool BrokerHost::SendChannel(PlatformHandle handle) { in SendChannel()93 void BrokerHost::SendNamedChannel(const base::StringPiece16& pipe_name) { in SendNamedChannel()106 void BrokerHost::OnBufferRequest(uint32_t num_bytes) { in OnBufferRequest()142 void BrokerHost::OnChannelMessage(const void* payload, in OnChannelMessage()166 void BrokerHost::OnChannelError(Channel::Error error) { in OnChannelError()175 void BrokerHost::WillDestroyCurrentMessageLoop() { in WillDestroyCurrentMessageLoop()
28 class BrokerHost : public Channel::Delegate,31 BrokerHost(base::ProcessHandle client_process,44 ~BrokerHost() override;67 DISALLOW_COPY_AND_ASSIGN(BrokerHost);
332 BrokerHost* broker_host = in SendBrokerClientInvitationOnIOThread()333 new BrokerHost(target_process.get(), std::move(connection_params), in SendBrokerClientInvitationOnIOThread()