Searched refs:NaClBrokerHost (Results 1 – 4 of 4) sorted by relevance
42 NaClBrokerHost::NaClBrokerHost() : is_terminating_(false) { in NaClBrokerHost() function in nacl::NaClBrokerHost47 NaClBrokerHost::~NaClBrokerHost() { in ~NaClBrokerHost()50 bool NaClBrokerHost::Init() { in Init()75 bool NaClBrokerHost::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()77 IPC_BEGIN_MESSAGE_MAP(NaClBrokerHost, msg) in OnMessageReceived()86 bool NaClBrokerHost::LaunchLoader(const std::string& loader_channel_id) { in LaunchLoader()91 void NaClBrokerHost::OnLoaderLaunched(const std::string& loader_channel_id, in OnLoaderLaunched()96 bool NaClBrokerHost::LaunchDebugExceptionHandler( in LaunchDebugExceptionHandler()109 void NaClBrokerHost::OnDebugExceptionHandlerLaunched(int32 pid, bool success) { in OnDebugExceptionHandlerLaunched()114 void NaClBrokerHost::StopBroker() { in StopBroker()
24 NaClBrokerHost* broker_host = new NaClBrokerHost; in StartBroker()37 NaClBrokerHost* broker_host = GetBrokerHost(); in LaunchLoader()66 NaClBrokerHost* broker_host = GetBrokerHost(); in OnLoaderDied()76 NaClBrokerHost* broker_host = GetBrokerHost(); in LaunchDebugExceptionHandler()95 NaClBrokerHost* NaClBrokerService::GetBrokerHost() { in GetBrokerHost()98 NaClBrokerHost* host = static_cast<NaClBrokerHost*>(iter.GetDelegate()); in GetBrokerHost()
21 class NaClBrokerHost : public content::BrowserChildProcessHostDelegate {23 NaClBrokerHost();24 ~NaClBrokerHost();59 DISALLOW_COPY_AND_ASSIGN(NaClBrokerHost);
59 NaClBrokerHost* GetBrokerHost();