Searched refs:handle_watcher_ (Results 1 – 4 of 4) sorted by relevance
136 if (connector_ && connector_->handle_watcher_) in NotifyBeginNesting()137 connector_->handle_watcher_->ArmOrNotify(); in NotifyBeginNesting()350 if (handle_watcher_) in SetWatcherHeapProfilerTag()351 handle_watcher_->set_heap_profiler_tag(tag); in SetWatcherHeapProfilerTag()393 DCHECK(!handle_watcher_); in WaitToReadMore()395 handle_watcher_.reset(new SimpleWatcher( in WaitToReadMore()397 handle_watcher_->set_heap_profiler_tag(heap_profiler_tag_); in WaitToReadMore()398 MojoResult rv = handle_watcher_->Watch( in WaitToReadMore()414 handle_watcher_->ArmOrNotify(); in WaitToReadMore()497 MojoResult arm_result = handle_watcher_->Arm(&ready_result); in ReadAllAvailableMessages()[all …]
19 handle_watcher_(FROM_HERE, in DataPipeDrainer()24 handle_watcher_.Watch( in DataPipeDrainer()
38 mojo::SimpleWatcher handle_watcher_; variable
235 std::unique_ptr<SimpleWatcher> handle_watcher_; variable