Searched refs:FilePathWatcherImpl (Results 1 – 2 of 2) sorted by relevance
43 class FilePathWatcherImpl;55 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);58 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);66 typedef std::set<FilePathWatcherImpl*> WatcherSet;92 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate, class95 FilePathWatcherImpl();111 ~FilePathWatcherImpl() override {} in ~FilePathWatcherImpl()194 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherImpl);294 const FilePath& path, FilePathWatcherImpl* watcher) { in AddWatch()313 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch()[all …]
17 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate { class50 ~FilePathWatcherImpl() override {} in ~FilePathWatcherImpl()58 impl_ = new FilePathWatcherImpl(); in FilePathWatcher()