Searched refs:recursive_watches_by_path_ (Results 1 – 1 of 1) sorted by relevance
206 std::map<FilePath, InotifyReader::Watch> recursive_watches_by_path_; member in base::__anon7f9c86bd0111::FilePathWatcherImpl559 recursive_watches_by_path_.lower_bound(changed_dir); in UpdateRecursiveWatches()561 for (; end_it != recursive_watches_by_path_.end(); ++end_it) { in UpdateRecursiveWatches()568 recursive_watches_by_path_.erase(start_it, end_it); in UpdateRecursiveWatches()589 if (!ContainsKey(recursive_watches_by_path_, current)) { in UpdateRecursiveWatchesForPath()596 InotifyReader::Watch old_watch = recursive_watches_by_path_[current]; in UpdateRecursiveWatchesForPath()603 recursive_watches_by_path_.erase(current); in UpdateRecursiveWatchesForPath()620 DCHECK(!ContainsKey(recursive_watches_by_path_, path)); in TrackWatchForRecursion()622 recursive_watches_by_path_[path] = watch; in TrackWatchForRecursion()633 recursive_watches_by_path_.clear(); in RemoveRecursiveWatches()