OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetupService
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/sandbox/win/src/
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,
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 815 milliseconds