Searched refs:NaClProcessHost (Results 1 – 5 of 5) sorted by relevance
47 struct NaClProcessHost::NaClInternal {52 NaClProcessHost::NaClProcessHost(const std::wstring& url) in NaClProcessHost() function in NaClProcessHost64 NaClProcessHost::~NaClProcessHost() { in ~NaClProcessHost()86 bool NaClProcessHost::Launch( in Launch()133 bool NaClProcessHost::LaunchSelLdr() { in LaunchSelLdr()169 void NaClProcessHost::OnProcessLaunchedByBroker(base::ProcessHandle handle) { in OnProcessLaunchedByBroker()174 base::TerminationStatus NaClProcessHost::GetChildTerminationStatus( in GetChildTerminationStatus()181 void NaClProcessHost::OnChildDied() { in OnChildDied()188 void NaClProcessHost::OnProcessLaunched() { in OnProcessLaunched()243 void NaClProcessHost::SendStartMessage() { in SendStartMessage()[all …]
23 class NaClProcessHost : public BrowserChildProcessHost {25 explicit NaClProcessHost(const std::wstring& url);26 ~NaClProcessHost();70 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
15 class NaClProcessHost; variable27 bool LaunchLoader(NaClProcessHost* client,38 typedef std::map<std::wstring, NaClProcessHost*>
26 bool NaClBrokerService::LaunchLoader(NaClProcessHost* nacl_process_host, in LaunchLoader()44 NaClProcessHost* client; in OnLoaderLaunched()
89 NaClProcessHost* host = new NaClProcessHost(url); in OnLaunchNaCl()