Searched refs:watches_ (Results 1 – 1 of 1) sorted by relevance
189 WatchVector watches_; member in base::__anon7f9c86bd0111::FilePathWatcherImpl364 if (watches_.empty()) { in OnFilePathChanged()376 for (size_t i = 0; i < watches_.size(); ++i) { in OnFilePathChanged()377 const WatchEntry& watch_entry = watches_[i]; in OnFilePathChanged()402 bool next_watch_may_be_for_target = watches_[i + 1].subdir.empty(); in OnFilePathChanged()466 watches_.push_back(WatchEntry(comps[i])); in Watch()467 watches_.push_back(WatchEntry(FilePath::StringType())); in Watch()497 for (size_t i = 0; i < watches_.size(); ++i) in CancelOnMessageLoopThread()498 g_inotify_reader.Get().RemoveWatch(watches_[i].watch, this); in CancelOnMessageLoopThread()499 watches_.clear(); in CancelOnMessageLoopThread()[all …]