Searched refs:FilePathWatcher (Results 1 – 10 of 10) sorted by relevance
20 FilePathWatcher::~FilePathWatcher() { in ~FilePathWatcher()25 void FilePathWatcher::CancelWatch( in CancelWatch()31 bool FilePathWatcher::RecursiveWatchAvailable() { in RecursiveWatchAvailable()43 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) { in PlatformDelegate()46 FilePathWatcher::PlatformDelegate::~PlatformDelegate() { in ~PlatformDelegate()50 bool FilePathWatcher::Watch(const FilePath& path, in Watch()
135 FilePathWatcher* watcher, in SetupWatchCallback()193 FilePathWatcher* watcher,215 FilePathWatcher* watcher, in SetupWatch()229 FilePathWatcher watcher; in TEST_F()242 FilePathWatcher watcher; in TEST_F()257 FilePathWatcher watcher; in TEST_F()270 FilePathWatcher watcher; in TEST_F()284 Deleter(FilePathWatcher* watcher, MessageLoop* loop) in Deleter()296 FilePathWatcher* watcher() const { return watcher_.get(); } in watcher()299 scoped_ptr<FilePathWatcher> watcher_;[all …]
17 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {21 const FilePathWatcher::Callback& callback) override { in Watch()25 if (!FilePathWatcher::RecursiveWatchAvailable()) in Watch()57 FilePathWatcher::FilePathWatcher() { in FilePathWatcher() function in base::FilePathWatcher
28 class BASE_EXPORT FilePathWatcher {52 friend class FilePathWatcher; variable83 FilePathWatcher();84 virtual ~FilePathWatcher();106 DISALLOW_COPY_AND_ASSIGN(FilePathWatcher);
25 class FilePathWatcherFSEvents : public FilePathWatcher::PlatformDelegate {32 const FilePathWatcher::Callback& callback) override;77 FilePathWatcher::Callback callback_;
30 class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate,46 const FilePathWatcher::Callback& callback) override;124 FilePathWatcher::Callback callback_;
92 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,118 const FilePathWatcher::Callback& callback) override;179 FilePathWatcher::Callback callback_;452 const FilePathWatcher::Callback& callback) { in Watch()481 task_runner()->PostTask(FROM_HERE, Bind(&FilePathWatcher::CancelWatch, in Cancel()685 FilePathWatcher::FilePathWatcher() { in FilePathWatcher() function in base::FilePathWatcher
87 const FilePathWatcher::Callback& callback) { in Watch()
316 const FilePathWatcher::Callback& callback) { in Watch()
706 # iOS does not support FilePathWatcher.