Home
last modified time | relevance | path

Searched refs:SetStrictInterceptions (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_policy.h189 virtual void SetStrictInterceptions() = 0;
Dnamed_pipe_policy_test.cc120 runner.GetPolicy()->SetStrictInterceptions(); in TEST()
Dsandbox_policy_base.h60 virtual void SetStrictInterceptions() OVERRIDE;
Dsandbox_policy_base.cc323 void PolicyBase::SetStrictInterceptions() { in SetStrictInterceptions() function in sandbox::PolicyBase