Searched refs:SetupService (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/sandbox/win/src/
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.cc18 bool ProcessMitigationsWin32KDispatcher::SetupService( function in class:sandbox::ProcessMitigationsWin32KDispatcher
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 Dfilesystem_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
H A Dhandle_dispatcher.cc31 bool HandleDispatcher::SetupService(InterceptionManager* manager, function in class:sandbox::HandleDispatcher
H A Dnamed_pipe_dispatcher.cc34 bool NamedPipeDispatcher::SetupService(InterceptionManager* manager, function in class:sandbox::NamedPipeDispatcher
H A Dsync_dispatcher.cc36 bool SyncDispatcher::SetupService(InterceptionManager* manager, function in class:sandbox::SyncDispatcher
H A Dcrosscall_server.h208 virtual bool SetupService(InterceptionManager* manager, int service) = 0;
H A Dregistry_dispatcher.cc59 bool RegistryDispatcher::SetupService(InterceptionManager* manager, function in class:sandbox::RegistryDispatcher
H A Dsandbox_policy_base.h77 virtual bool SetupService(InterceptionManager* manager, int service) OVERRIDE;
H A Dsandbox_policy_base.cc422 bool PolicyBase::SetupService(InterceptionManager* manager, int service) { function in class:sandbox::PolicyBase
431 return dispatch->SetupService(manager, service);
643 if (policy_->entry[i] && !ipc_targets_[i]->SetupService(&manager, i))
H A Dprocess_thread_dispatcher.cc136 bool ThreadProcessDispatcher::SetupService(InterceptionManager* manager, function in class:sandbox::ThreadProcessDispatcher
H A Dfilesystem_dispatcher.cc60 bool FilesystemDispatcher::SetupService(InterceptionManager* manager, function in class:sandbox::FilesystemDispatcher
H A Dipc_unittest.cc570 virtual bool SetupService(InterceptionManager* manager, int service) { function in class:sandbox::UnitTestIPCDispatcher

Completed in 1367 milliseconds