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

  /external/chromium_org/sandbox/win/src/
named_pipe_dispatcher.cc 33 bool NamedPipeDispatcher::SetupService(InterceptionManager* manager,
handle_dispatcher.cc 31 bool HandleDispatcher::SetupService(InterceptionManager* manager,
registry_dispatcher.cc 59 bool RegistryDispatcher::SetupService(InterceptionManager* manager,
sync_dispatcher.cc 35 bool SyncDispatcher::SetupService(InterceptionManager* manager,
filesystem_dispatcher.cc 60 bool FilesystemDispatcher::SetupService(InterceptionManager* manager,
process_thread_dispatcher.cc 136 bool ThreadProcessDispatcher::SetupService(InterceptionManager* manager,
sandbox_policy_base.cc 446 bool PolicyBase::SetupService(InterceptionManager* manager, int service) {
455 return dispatch->SetupService(manager, service);
646 if (policy_->entry[i] && !ipc_targets_[i]->SetupService(&manager, i))
ipc_unittest.cc 572 virtual bool SetupService(InterceptionManager* manager, int service) {

Completed in 661 milliseconds