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

  /external/chromium_org/sandbox/win/src/
sync_dispatcher.h 15 class SyncDispatcher : public Dispatcher {
17 explicit SyncDispatcher(PolicyBase* policy_base);
18 ~SyncDispatcher() {}
33 DISALLOW_COPY_AND_ASSIGN(SyncDispatcher);
sync_dispatcher.cc 19 SyncDispatcher::SyncDispatcher(PolicyBase* policy_base)
23 reinterpret_cast<CallbackGeneric>(&SyncDispatcher::CreateEvent)
28 reinterpret_cast<CallbackGeneric>(&SyncDispatcher::OpenEvent)
35 bool SyncDispatcher::SetupService(InterceptionManager* manager,
48 bool SyncDispatcher::CreateEvent(IPCInfo* ipc, std::wstring* name,
66 bool SyncDispatcher::OpenEvent(IPCInfo* ipc, std::wstring* name,
sandbox_policy_base.cc 117 dispatcher = new SyncDispatcher(this);

Completed in 843 milliseconds