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
28 // The InterceptionManager executes on the parent application, and it is in
38 // InterceptionManager interception_manager(child);
58 class InterceptionManager {
70 InterceptionManager(TargetProcess* child_process, bool relaxed);
71 ~InterceptionManager();
219 DISALLOW_COPY_AND_ASSIGN(InterceptionManager);
interception.cc 64 InterceptionManager::InterceptionManager(TargetProcess* child_process,
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::SetupConfigBuffer(void* buffer, size_t buffer_bytes)
    [all...]

Completed in 81 milliseconds