Home
last modified time | relevance | path

Searched refs:SyncDispatcher (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsync_dispatcher.cc20 SyncDispatcher::SyncDispatcher(PolicyBase* policy_base) in SyncDispatcher() function in sandbox::SyncDispatcher
24 reinterpret_cast<CallbackGeneric>(&SyncDispatcher::CreateEvent) in SyncDispatcher()
29 reinterpret_cast<CallbackGeneric>(&SyncDispatcher::OpenEvent) in SyncDispatcher()
36 bool SyncDispatcher::SetupService(InterceptionManager* manager, in SetupService()
46 bool SyncDispatcher::CreateEvent(IPCInfo* ipc, base::string16* name, in CreateEvent()
64 bool SyncDispatcher::OpenEvent(IPCInfo* ipc, base::string16* name, in OpenEvent()
Dsync_dispatcher.h16 class SyncDispatcher : public Dispatcher {
18 explicit SyncDispatcher(PolicyBase* policy_base);
19 ~SyncDispatcher() {} in ~SyncDispatcher()
33 DISALLOW_COPY_AND_ASSIGN(SyncDispatcher);
Dsandbox_policy_base.cc117 dispatcher = new SyncDispatcher(this); in PolicyBase()