/external/chromium_org/sandbox/win/src/ |
D | handle_dispatcher.h | 21 virtual bool SetupService(InterceptionManager* manager, int service);
|
D | named_pipe_dispatcher.h | 22 virtual bool SetupService(InterceptionManager* manager, int service);
|
D | sync_dispatcher.h | 22 virtual bool SetupService(InterceptionManager* manager, int service);
|
D | registry_dispatcher.h | 22 virtual bool SetupService(InterceptionManager* manager, int service);
|
D | process_thread_dispatcher.h | 22 virtual bool SetupService(InterceptionManager* manager, int service);
|
D | filesystem_dispatcher.h | 22 virtual bool SetupService(InterceptionManager* manager, int service);
|
D | handle_dispatcher.cc | 31 bool HandleDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::HandleDispatcher
|
D | sync_dispatcher.cc | 36 bool SyncDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::SyncDispatcher
|
D | sandbox_policy_base.cc | 446 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()
|
D | named_pipe_dispatcher.cc | 34 bool NamedPipeDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::NamedPipeDispatcher
|
D | crosscall_server.h | 208 virtual bool SetupService(InterceptionManager* manager, int service) = 0;
|
D | sandbox_policy_base.h | 72 virtual bool SetupService(InterceptionManager* manager, int service) OVERRIDE;
|
D | registry_dispatcher.cc | 59 bool RegistryDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::RegistryDispatcher
|
D | process_thread_dispatcher.cc | 136 bool ThreadProcessDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::ThreadProcessDispatcher
|
D | filesystem_dispatcher.cc | 60 bool FilesystemDispatcher::SetupService(InterceptionManager* manager, in SetupService() function in sandbox::FilesystemDispatcher
|
D | ipc_unittest.cc | 572 virtual bool SetupService(InterceptionManager* manager, int service) { in SetupService() function in sandbox::UnitTestIPCDispatcher
|