HomeSort by relevance Sort by last modified time
    Searched defs:InterceptionManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
interception.h 5 // 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 {
71 InterceptionManager(TargetProcess* child_process, bool relaxed);
72 ~InterceptionManager();
220 DISALLOW_COPY_AND_ASSIGN(InterceptionManager);
interception.cc 65 InterceptionManager::InterceptionManager(TargetProcess* child_process,
70 InterceptionManager::~InterceptionManager() {
74 bool InterceptionManager::AddToPatchedFunctions(
89 bool InterceptionManager::AddToPatchedFunctions(
106 bool InterceptionManager::AddToUnloadModules(const wchar_t* dll_name) {
119 bool InterceptionManager::InitializeInterceptions() {
144 size_t InterceptionManager::GetBufferSize() const {
183 bool InterceptionManager::SetupConfigBuffer(void* buffer, size_t buffer_bytes)
    [all...]

Completed in 37 milliseconds