SyncDispatcher 77 mojo/gles2/command_buffer_client_impl.cc sync_dispatcher_.reset(new SyncDispatcher<CommandBufferSyncClient>( SyncDispatcher 25 mojo/gles2/command_buffer_client_impl.h class SyncDispatcher; SyncDispatcher 102 mojo/gles2/command_buffer_client_impl.h scoped_ptr<SyncDispatcher<CommandBufferSyncClient> > sync_dispatcher_; SyncDispatcher 19 mojo/public/cpp/bindings/sync_dispatcher.h template<typename S> class SyncDispatcher { SyncDispatcher 21 mojo/public/cpp/bindings/sync_dispatcher.h SyncDispatcher(ScopedMessagePipeHandle message_pipe, S* sink) SyncDispatcher 117 sandbox/win/src/sandbox_policy_base.cc dispatcher = new SyncDispatcher(this); SyncDispatcher 20 sandbox/win/src/sync_dispatcher.cc SyncDispatcher::SyncDispatcher(PolicyBase* policy_base) SyncDispatcher 24 sandbox/win/src/sync_dispatcher.cc reinterpret_cast<CallbackGeneric>(&SyncDispatcher::CreateEvent) SyncDispatcher 29 sandbox/win/src/sync_dispatcher.cc reinterpret_cast<CallbackGeneric>(&SyncDispatcher::OpenEvent) SyncDispatcher 36 sandbox/win/src/sync_dispatcher.cc bool SyncDispatcher::SetupService(InterceptionManager* manager, SyncDispatcher 46 sandbox/win/src/sync_dispatcher.cc bool SyncDispatcher::CreateEvent(IPCInfo* ipc, base::string16* name, SyncDispatcher 64 sandbox/win/src/sync_dispatcher.cc bool SyncDispatcher::OpenEvent(IPCInfo* ipc, base::string16* name, SyncDispatcher 16 sandbox/win/src/sync_dispatcher.h class SyncDispatcher : public Dispatcher { SyncDispatcher 18 sandbox/win/src/sync_dispatcher.h explicit SyncDispatcher(PolicyBase* policy_base); SyncDispatcher 19 sandbox/win/src/sync_dispatcher.h ~SyncDispatcher() {} SyncDispatcher 33 sandbox/win/src/sync_dispatcher.h DISALLOW_COPY_AND_ASSIGN(SyncDispatcher);