Home
last modified time | relevance | path

Searched refs:PreExecDelegate (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/process/
Dlaunch.h46 class BASE_EXPORT PreExecDelegate {
48 PreExecDelegate() {} in PreExecDelegate() function
49 virtual ~PreExecDelegate() {} in ~PreExecDelegate()
57 DISALLOW_COPY_AND_ASSIGN(PreExecDelegate);
162 PreExecDelegate* pre_exec_delegate;
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox.cc40 class WriteUidGidMapDelegate : public base::LaunchOptions::PreExecDelegate {