Home
last modified time | relevance | path

Searched refs:NaClBrokerHost (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/nacl/browser/
Dnacl_broker_host_win.cc42 NaClBrokerHost::NaClBrokerHost() : is_terminating_(false) { in NaClBrokerHost() function in nacl::NaClBrokerHost
47 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()
Dnacl_broker_service_win.cc24 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()
Dnacl_broker_host_win.h21 class NaClBrokerHost : public content::BrowserChildProcessHostDelegate {
23 NaClBrokerHost();
24 ~NaClBrokerHost();
59 DISALLOW_COPY_AND_ASSIGN(NaClBrokerHost);
Dnacl_broker_service_win.h59 NaClBrokerHost* GetBrokerHost();