Home
last modified time | relevance | path

Searched refs:NaClForkDelegate (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/nacl/zygote/
Dnacl_fork_delegate_linux.cc132 delegates->push_back(new NaClForkDelegate(false /* nonsfi_mode */)); in AddNaClZygoteForkDelegates()
133 delegates->push_back(new NaClForkDelegate(true /* nonsfi_mode */)); in AddNaClZygoteForkDelegates()
136 NaClForkDelegate::NaClForkDelegate(bool nonsfi_mode) in NaClForkDelegate() function in nacl::NaClForkDelegate
140 void NaClForkDelegate::Init(const int sandboxdesc, in Init()
301 void NaClForkDelegate::InitialUMA(std::string* uma_name, in InitialUMA()
310 NaClForkDelegate::~NaClForkDelegate() { in ~NaClForkDelegate()
318 bool NaClForkDelegate::CanHelp(const std::string& process_type, in CanHelp()
335 pid_t NaClForkDelegate::Fork(const std::string& process_type, in Fork()
377 bool NaClForkDelegate::GetTerminationStatus(pid_t pid, bool known_dead, in GetTerminationStatus()
422 void NaClForkDelegate::AddPassthroughEnvToOptions( in AddPassthroughEnvToOptions()
Dnacl_fork_delegate_linux.h34 class NaClForkDelegate : public content::ZygoteForkDelegate {
36 explicit NaClForkDelegate(bool nonsfi_mode);
37 virtual ~NaClForkDelegate();
74 DISALLOW_COPY_AND_ASSIGN(NaClForkDelegate);
Dnacl_fork_delegate_linux_unittest.cc41 NaClForkDelegate::AddPassthroughEnvToOptions(&options); in TEST()