Home
last modified time | relevance | path

Searched refs:AddWatcherRef (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/mojo/core/
Dmessage_pipe_dispatcher.h60 MojoResult AddWatcherRef(const scoped_refptr<WatcherDispatcher>& watcher,
Ddata_pipe_producer_dispatcher.h50 MojoResult AddWatcherRef(const scoped_refptr<WatcherDispatcher>& watcher,
Ddata_pipe_consumer_dispatcher.h51 MojoResult AddWatcherRef(const scoped_refptr<WatcherDispatcher>& watcher,
Ddispatcher.h155 virtual MojoResult AddWatcherRef(
Ddispatcher.cc123 MojoResult Dispatcher::AddWatcherRef( in AddWatcherRef() function in mojo::core::Dispatcher
Dwatcher_dispatcher.cc143 MojoResult rv = dispatcher->AddWatcherRef(this, context); in WatchDispatcher()
Dmessage_pipe_dispatcher.cc251 MojoResult MessagePipeDispatcher::AddWatcherRef( in AddWatcherRef() function in mojo::core::MessagePipeDispatcher
Ddata_pipe_producer_dispatcher.cc230 MojoResult DataPipeProducerDispatcher::AddWatcherRef( in AddWatcherRef() function in mojo::core::DataPipeProducerDispatcher
Ddata_pipe_consumer_dispatcher.cc271 MojoResult DataPipeConsumerDispatcher::AddWatcherRef( in AddWatcherRef() function in mojo::core::DataPipeConsumerDispatcher