Home
last modified time | relevance | path

Searched refs:handle_watcher_ (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dconnector.cc52 handle_watcher_(task_runner_), in Connector()
234 DCHECK(!handle_watcher_.IsWatching()); in WaitToReadMore()
236 MojoResult rv = handle_watcher_.Start( in WaitToReadMore()
308 handle_watcher_.Cancel(); in CancelWait()
/external/libmojo/mojo/common/
Ddata_pipe_drainer.h39 mojo::Watcher handle_watcher_; variable
Ddata_pipe_drainer.cc20 handle_watcher_.Start( in DataPipeDrainer()
/external/libmojo/mojo/edk/js/
Ddrain_data.h53 Watcher handle_watcher_; variable
Ddrain_data.cc43 handle_watcher_.Start( in WaitForData()
/external/libmojo/mojo/public/cpp/bindings/
Dconnector.h181 Watcher handle_watcher_; variable