Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dsandbox_policy_base.h108 bool SetupAllInterceptions(TargetProcess* target);
Dsandbox_policy_base.cc520 if (!SetupAllInterceptions(target)) in AddTarget()
641 bool PolicyBase::SetupAllInterceptions(TargetProcess* target) { in SetupAllInterceptions() function in sandbox::PolicyBase