Home
last modified time | relevance | path

Searched refs:SetupService (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dhandle_dispatcher.h21 virtual bool SetupService(InterceptionManager* manager, int service);
Dnamed_pipe_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
Dsync_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
Dregistry_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
Dprocess_thread_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
Dfilesystem_dispatcher.h22 virtual bool SetupService(InterceptionManager* manager, int service);
Dhandle_dispatcher.cc31 bool HandleDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::HandleDispatcher
Dsync_dispatcher.cc36 bool SyncDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::SyncDispatcher
Dsandbox_policy_base.cc446 bool PolicyBase::SetupService(InterceptionManager* manager, int service) { in SetupService() function in sandbox::PolicyBase
455 return dispatch->SetupService(manager, service); in SetupService()
646 if (policy_->entry[i] && !ipc_targets_[i]->SetupService(&manager, i)) in SetupAllInterceptions()
Dnamed_pipe_dispatcher.cc34 bool NamedPipeDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::NamedPipeDispatcher
Dcrosscall_server.h208 virtual bool SetupService(InterceptionManager* manager, int service) = 0;
Dsandbox_policy_base.h72 virtual bool SetupService(InterceptionManager* manager, int service) OVERRIDE;
Dregistry_dispatcher.cc59 bool RegistryDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::RegistryDispatcher
Dprocess_thread_dispatcher.cc136 bool ThreadProcessDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::ThreadProcessDispatcher
Dfilesystem_dispatcher.cc60 bool FilesystemDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::FilesystemDispatcher
Dipc_unittest.cc572 virtual bool SetupService(InterceptionManager* manager, int service) { in SetupService() function in sandbox::UnitTestIPCDispatcher