Home
last modified time | relevance | path

Searched refs:FilePathWatcherImpl (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher_linux.cc43 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, class
95 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 …]
Dfile_path_watcher_mac.cc17 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate { class
50 ~FilePathWatcherImpl() override {} in ~FilePathWatcherImpl()
58 impl_ = new FilePathWatcherImpl(); in FilePathWatcher()