Home
last modified time | relevance | path

Searched refs:SetupHandleInterceptions (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dhandle_closer.h55 bool SetupHandleInterceptions(InterceptionManager* manager);
Dhandle_closer.cc156 bool HandleCloser::SetupHandleInterceptions(InterceptionManager* manager) { in SetupHandleInterceptions() function in sandbox::HandleCloser
Dsandbox_policy_base.cc658 if (!handle_closer_.SetupHandleInterceptions(&manager)) in SetupAllInterceptions()