HomeSort by relevance Sort by last modified time
    Searched defs:NaClProcessHost (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.h 18 // channel. There will be one NaClProcessHost per NaCl process
23 class NaClProcessHost : public BrowserChildProcessHost {
25 explicit NaClProcessHost(const std::wstring& url);
26 ~NaClProcessHost();
70 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
nacl_process_host.cc 47 struct NaClProcessHost::NaClInternal {
52 NaClProcessHost::NaClProcessHost(const std::wstring& url)
64 NaClProcessHost::~NaClProcessHost() {
86 bool NaClProcessHost::Launch(
133 bool NaClProcessHost::LaunchSelLdr() {
169 void NaClProcessHost::OnProcessLaunchedByBroker(base::ProcessHandle handle) {
174 base::TerminationStatus NaClProcessHost::GetChildTerminationStatus(
181 void NaClProcessHost::OnChildDied()
    [all...]

Completed in 1150 milliseconds