Searched refs:recursive_paths_by_watch_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc186 hash_map<InotifyReader::Watch, FilePath> recursive_paths_by_watch_; member in class:base::__anon2252::FilePathWatcherImpl
419 if (ContainsKey(recursive_paths_by_watch_, fired_watch)) {
533 if (!ContainsKey(recursive_paths_by_watch_, fired_watch)) {
542 const FilePath& changed_dir = recursive_paths_by_watch_[fired_watch];
588 recursive_paths_by_watch_.erase(old_watch);
605 DCHECK(!ContainsKey(recursive_paths_by_watch_, watch));
607 recursive_paths_by_watch_[watch] = path;
616 recursive_paths_by_watch_.begin();
617 it != recursive_paths_by_watch_.end();
621 recursive_paths_by_watch_
[all...]

Completed in 79 milliseconds