Searched defs:BootstrapSandboxPolicy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/
H A Dbootstrap_sandbox_mac.cc23 class BootstrapSandboxPolicy : public BrowserChildProcessObserver { class in namespace:content::__anon7026
25 static BootstrapSandboxPolicy* GetInstance();
38 friend struct DefaultSingletonTraits<BootstrapSandboxPolicy>;
39 BootstrapSandboxPolicy();
40 virtual ~BootstrapSandboxPolicy();
47 BootstrapSandboxPolicy* BootstrapSandboxPolicy::GetInstance() {
48 return Singleton<BootstrapSandboxPolicy>::get();
51 void BootstrapSandboxPolicy::BrowserChildProcessHostDisconnected(
56 void BootstrapSandboxPolicy
61 BootstrapSandboxPolicy::BootstrapSandboxPolicy() function in class:content::__anon7026::BootstrapSandboxPolicy
[all...]
/external/chromium_org/sandbox/mac/
H A Dpolicy.cc24 BootstrapSandboxPolicy::BootstrapSandboxPolicy() function in class:sandbox::BootstrapSandboxPolicy
28 BootstrapSandboxPolicy::~BootstrapSandboxPolicy() {}
45 bool IsPolicyValid(const BootstrapSandboxPolicy& policy) {
H A Dpolicy.h51 struct SANDBOX_EXPORT BootstrapSandboxPolicy { struct in namespace:sandbox
54 BootstrapSandboxPolicy();
55 ~BootstrapSandboxPolicy();
66 SANDBOX_EXPORT bool IsPolicyValid(const BootstrapSandboxPolicy& policy);

Completed in 358 milliseconds