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.h113 bool SetupAllInterceptions(TargetProcess* target);
Dsandbox_policy_base.cc517 if (!SetupAllInterceptions(target)) in AddTarget()
638 bool PolicyBase::SetupAllInterceptions(TargetProcess* target) { in SetupAllInterceptions() function in sandbox::PolicyBase