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

  /external/chromium_org/sandbox/win/src/
sync_dispatcher.h 16 class SyncDispatcher : public Dispatcher {
18 explicit SyncDispatcher(PolicyBase* policy_base);
19 ~SyncDispatcher() {}
33 DISALLOW_COPY_AND_ASSIGN(SyncDispatcher);
sync_dispatcher.cc 20 SyncDispatcher::SyncDispatcher(PolicyBase* policy_base)
24 reinterpret_cast<CallbackGeneric>(&SyncDispatcher::CreateEvent)
29 reinterpret_cast<CallbackGeneric>(&SyncDispatcher::OpenEvent)
36 bool SyncDispatcher::SetupService(InterceptionManager* manager,
45 bool SyncDispatcher::CreateEvent(IPCInfo* ipc, base::string16* name,
61 bool SyncDispatcher::OpenEvent(IPCInfo* ipc, base::string16* name,

Completed in 974 milliseconds