InotifyReader      59 base/files/file_path_watcher_linux.cc   friend struct DefaultLazyInstanceTraits<InotifyReader>;
InotifyReader      63 base/files/file_path_watcher_linux.cc   InotifyReader();
InotifyReader      64 base/files/file_path_watcher_linux.cc   ~InotifyReader();
InotifyReader      84 base/files/file_path_watcher_linux.cc   DISALLOW_COPY_AND_ASSIGN(InotifyReader);
InotifyReader      96 base/files/file_path_watcher_linux.cc   void OnFilePathChanged(InotifyReader::Watch fired_watch,
InotifyReader     126 base/files/file_path_watcher_linux.cc     WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir)
InotifyReader     130 base/files/file_path_watcher_linux.cc     InotifyReader::Watch watch_;
InotifyReader     154 base/files/file_path_watcher_linux.cc void InotifyReaderCallback(InotifyReader* reader, int inotify_fd,
InotifyReader     213 base/files/file_path_watcher_linux.cc static LazyInstance<InotifyReader>::Leaky g_inotify_reader =
InotifyReader     216 base/files/file_path_watcher_linux.cc InotifyReader::InotifyReader()
InotifyReader     233 base/files/file_path_watcher_linux.cc InotifyReader::~InotifyReader() {
InotifyReader     250 base/files/file_path_watcher_linux.cc InotifyReader::Watch InotifyReader::AddWatch(
InotifyReader     270 base/files/file_path_watcher_linux.cc bool InotifyReader::RemoveWatch(Watch watch,
InotifyReader     287 base/files/file_path_watcher_linux.cc void InotifyReader::OnInotifyEvent(const inotify_event* event) {
InotifyReader     306 base/files/file_path_watcher_linux.cc void FilePathWatcherImpl::OnFilePathChanged(InotifyReader::Watch fired_watch,
InotifyReader     389 base/files/file_path_watcher_linux.cc     watches_.push_back(WatchEntry(InotifyReader::kInvalidWatch, *comp));
InotifyReader     391 base/files/file_path_watcher_linux.cc   watches_.push_back(WatchEntry(InotifyReader::kInvalidWatch,
InotifyReader     424 base/files/file_path_watcher_linux.cc     if (watch_entry->watch_ != InotifyReader::kInvalidWatch)
InotifyReader     445 base/files/file_path_watcher_linux.cc     InotifyReader::Watch old_watch = watch_entry->watch_;
InotifyReader     448 base/files/file_path_watcher_linux.cc       if ((watch_entry->watch_ == InotifyReader::kInvalidWatch) &&
InotifyReader     460 base/files/file_path_watcher_linux.cc           if (watch_entry->watch_ != InotifyReader::kInvalidWatch) {
InotifyReader     471 base/files/file_path_watcher_linux.cc       if (watch_entry->watch_ == InotifyReader::kInvalidWatch) {
InotifyReader     475 base/files/file_path_watcher_linux.cc       watch_entry->watch_ = InotifyReader::kInvalidWatch;
InotifyReader     477 base/files/file_path_watcher_linux.cc     if (old_watch != InotifyReader::kInvalidWatch &&