Home
last modified time | relevance | path

Searched refs:NaClProcessHost (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/nacl_host/
Dnacl_process_host.cc47 struct NaClProcessHost::NaClInternal {
52 NaClProcessHost::NaClProcessHost(const std::wstring& url) in NaClProcessHost() function in NaClProcessHost
64 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 …]
Dnacl_process_host.h23 class NaClProcessHost : public BrowserChildProcessHost {
25 explicit NaClProcessHost(const std::wstring& url);
26 ~NaClProcessHost();
70 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
Dnacl_broker_service_win.h15 class NaClProcessHost; variable
27 bool LaunchLoader(NaClProcessHost* client,
38 typedef std::map<std::wstring, NaClProcessHost*>
Dnacl_broker_service_win.cc26 bool NaClBrokerService::LaunchLoader(NaClProcessHost* nacl_process_host, in LaunchLoader()
44 NaClProcessHost* client; in OnLoaderLaunched()
/external/chromium/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc89 NaClProcessHost* host = new NaClProcessHost(url); in OnLaunchNaCl()