Searched defs:InterceptionManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dinterception.h5 // Defines InterceptionManager, the class in charge of setting up interceptions
29 // The InterceptionManager executes on the parent application, and it is in
39 // InterceptionManager interception_manager(child);
59 class InterceptionManager { class in namespace:sandbox
71 InterceptionManager(TargetProcess* child_process, bool relaxed);
72 ~InterceptionManager();
220 DISALLOW_COPY_AND_ASSIGN(InterceptionManager);
H A Dinterception.cc64 InterceptionManager::InterceptionManager(TargetProcess* child_process, function in class:sandbox::InterceptionManager
69 InterceptionManager::~InterceptionManager() {
73 bool InterceptionManager::AddToPatchedFunctions(
88 bool InterceptionManager::AddToPatchedFunctions(
105 bool InterceptionManager::AddToUnloadModules(const wchar_t* dll_name) {
118 bool InterceptionManager::InitializeInterceptions() {
143 size_t InterceptionManager::GetBufferSize() const {
182 bool InterceptionManager
[all...]

Completed in 89 milliseconds