HomeSort by relevance Sort by last modified time
    Searched defs:HandleDispatcher (Results 1 - 2 of 2) 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,

Completed in 305 milliseconds