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

  /external/chromium_org/sandbox/win/src/
process_mitigations_win32k_dispatcher.cc 18 bool ProcessMitigationsWin32KDispatcher::SetupService(
handle_dispatcher.cc 31 bool HandleDispatcher::SetupService(InterceptionManager* manager,
named_pipe_dispatcher.cc 34 bool NamedPipeDispatcher::SetupService(InterceptionManager* manager,
registry_dispatcher.cc 59 bool RegistryDispatcher::SetupService(InterceptionManager* manager,
sync_dispatcher.cc 36 bool SyncDispatcher::SetupService(InterceptionManager* manager,
filesystem_dispatcher.cc 60 bool FilesystemDispatcher::SetupService(InterceptionManager* manager,
process_thread_dispatcher.cc 136 bool ThreadProcessDispatcher::SetupService(InterceptionManager* manager,
ipc_unittest.cc 570 virtual bool SetupService(InterceptionManager* manager, int service) {
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))

Completed in 265 milliseconds