Searched refs:InterceptionManager (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dpolicy_broker.h15 bool SetupBasicInterceptions(InterceptionManager* manager);
H A Dprocess_mitigations_win32k_dispatcher.h21 virtual bool SetupService(InterceptionManager* manager, int service);
H A Dhandle_dispatcher.h21 virtual bool SetupService(InterceptionManager* manager, int service);
H A Dprocess_mitigations_win32k_dispatcher.cc19 InterceptionManager* manager, int service) {
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...]
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 Dnamed_pipe_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
H A Dregistry_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
H A Dsync_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
H A Dprocess_thread_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
H A Dcrosscall_server.h46 class InterceptionManager;
208 virtual bool SetupService(InterceptionManager* manager, int service) = 0;
H A Dfilesystem_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
H A Dhandle_dispatcher.cc31 bool HandleDispatcher::SetupService(InterceptionManager* manager,
H A Dnamed_pipe_dispatcher.cc34 bool NamedPipeDispatcher::SetupService(InterceptionManager* manager,
H A Dpolicy_broker.cc89 bool SetupBasicInterceptions(InterceptionManager* manager) {
H A Dsync_dispatcher.cc36 bool SyncDispatcher::SetupService(InterceptionManager* manager,
H A Dinterception_unittest.cc5 // This file contains unit tests for InterceptionManager.
85 InterceptionManager interceptions(target, true);
172 InterceptionManager interceptions(target, true);
H A Dregistry_dispatcher.cc59 bool RegistryDispatcher::SetupService(InterceptionManager* manager,
H A Dsandbox_policy_base.h77 virtual bool SetupService(InterceptionManager* manager, int service) OVERRIDE;
H A Dprocess_thread_dispatcher.cc136 bool ThreadProcessDispatcher::SetupService(InterceptionManager* manager,
H A Dsandbox_policy_base.cc422 bool PolicyBase::SetupService(InterceptionManager* manager, int service) {
639 InterceptionManager manager(target, relaxed_interceptions_);
H A Dfilesystem_dispatcher.cc60 bool FilesystemDispatcher::SetupService(InterceptionManager* manager,
H A Dipc_unittest.cc570 virtual bool SetupService(InterceptionManager* manager, int service) {

Completed in 144 milliseconds