OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleDispatcher
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
handle_dispatcher.h
15
class
HandleDispatcher
: public Dispatcher {
17
explicit
HandleDispatcher
(PolicyBase* policy_base);
18
~
HandleDispatcher
() {}
31
DISALLOW_COPY_AND_ASSIGN(
HandleDispatcher
);
handle_dispatcher.cc
20
HandleDispatcher
::
HandleDispatcher
(PolicyBase* policy_base)
25
reinterpret_cast<CallbackGeneric>(&
HandleDispatcher
::DuplicateHandleProxy)
31
bool
HandleDispatcher
::SetupService(InterceptionManager* manager,
42
bool
HandleDispatcher
::DuplicateHandleProxy(IPCInfo* ipc,
sandbox_policy_base.cc
125
dispatcher = new
HandleDispatcher
(this);
Completed in 34 milliseconds