Lines Matching refs:watcher_
41 - // Delete |watcher_| on the MessageLoopForIO.
44 - // |watcher_| is leaked. If the MessageLoopForIO is deleted after
46 - // |watcher_| is deleted from Watcher::WillDestroyCurrentMessageLoop().
47 - message_loop_for_io_task_runner_->DeleteSoon(FROM_HERE, watcher_.release());
66 + watcher_.reset();
68 + // Synchronously wait until |watcher_| is deleted on the MessagePumpForIO
99 + Unretained(watcher_.release()),
128 + controller_->watcher_.reset();
145 - // It is safe to use Unretained() below because |watcher_| can only be deleted
150 - FROM_HERE, BindOnce(&Watcher::StartWatching, Unretained(watcher_.get())));
152 + watcher_->StartWatching();
154 + // It is safe to use Unretained() below because |watcher_| can only be deleted
159 + FROM_HERE, Bind(&Watcher::StartWatching, Unretained(watcher_.get())));