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

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

Completed in 223 milliseconds