Searched refs:NaClForkDelegate (Results 1 – 3 of 3) sorted by relevance
132 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::NaClForkDelegate140 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()
34 class NaClForkDelegate : public content::ZygoteForkDelegate {36 explicit NaClForkDelegate(bool nonsfi_mode);37 virtual ~NaClForkDelegate();74 DISALLOW_COPY_AND_ASSIGN(NaClForkDelegate);
41 NaClForkDelegate::AddPassthroughEnvToOptions(&options); in TEST()