HomeSort by relevance Sort by last modified time
    Searched refs:SyncDispatcher (Results 1 - 6 of 6) 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,
46 bool SyncDispatcher::CreateEvent(IPCInfo* ipc, base::string16* name,
64 bool SyncDispatcher::OpenEvent(IPCInfo* ipc, base::string16* name,
sandbox_policy_base.cc 120 dispatcher = new SyncDispatcher(this);
  /external/chromium_org/mojo/public/cpp/bindings/
sync_dispatcher.h 23 template<typename Interface> class SyncDispatcher {
25 SyncDispatcher(ScopedMessagePipeHandle message_pipe, Interface* sink)
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.h 24 class SyncDispatcher;
99 scoped_ptr<SyncDispatcher<CommandBufferSyncClient> > sync_dispatcher_;
command_buffer_client_impl.cc 81 sync_dispatcher_.reset(new SyncDispatcher<CommandBufferSyncClient>(

Completed in 364 milliseconds