HomeSort by relevance Sort by last modified time
    Searched refs:SetupService (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/sandbox/win/src/
process_mitigations_win32k_dispatcher.h 21 virtual bool SetupService(InterceptionManager* manager, int service);
handle_dispatcher.h 21 virtual bool SetupService(InterceptionManager* manager, int service);
named_pipe_dispatcher.h 22 virtual bool SetupService(InterceptionManager* manager, int service);
process_mitigations_win32k_dispatcher.cc 18 bool ProcessMitigationsWin32KDispatcher::SetupService(
sync_dispatcher.h 22 virtual bool SetupService(InterceptionManager* manager, int service);
registry_dispatcher.h 22 virtual bool SetupService(InterceptionManager* manager, int service);
process_thread_dispatcher.h 22 virtual bool SetupService(InterceptionManager* manager, int service);
filesystem_dispatcher.h 22 virtual bool SetupService(InterceptionManager* manager, int service);
handle_dispatcher.cc 31 bool HandleDispatcher::SetupService(InterceptionManager* manager,
named_pipe_dispatcher.cc 34 bool NamedPipeDispatcher::SetupService(InterceptionManager* manager,
sync_dispatcher.cc 36 bool SyncDispatcher::SetupService(InterceptionManager* manager,
crosscall_server.h 208 virtual bool SetupService(InterceptionManager* manager, int service) = 0;
registry_dispatcher.cc 59 bool RegistryDispatcher::SetupService(InterceptionManager* manager,
sandbox_policy_base.h 77 virtual bool SetupService(InterceptionManager* manager, int service) OVERRIDE;
sandbox_policy_base.cc 487 bool PolicyBase::SetupService(InterceptionManager* manager, int service) {
496 return dispatch->SetupService(manager, service);
688 if (policy_->entry[i] && !ipc_targets_[i]->SetupService(&manager, i))
process_thread_dispatcher.cc 136 bool ThreadProcessDispatcher::SetupService(InterceptionManager* manager,
filesystem_dispatcher.cc 60 bool FilesystemDispatcher::SetupService(InterceptionManager* manager,
ipc_unittest.cc 570 virtual bool SetupService(InterceptionManager* manager, int service) {

Completed in 158 milliseconds