Home
last modified time | relevance | path

Searched refs:FilePathWatcher (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher.cc20 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()
Dfile_path_watcher_unittest.cc135 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 …]
Dfile_path_watcher_mac.cc17 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
Dfile_path_watcher.h28 class BASE_EXPORT FilePathWatcher {
52 friend class FilePathWatcher; variable
83 FilePathWatcher();
84 virtual ~FilePathWatcher();
106 DISALLOW_COPY_AND_ASSIGN(FilePathWatcher);
Dfile_path_watcher_fsevents.h25 class FilePathWatcherFSEvents : public FilePathWatcher::PlatformDelegate {
32 const FilePathWatcher::Callback& callback) override;
77 FilePathWatcher::Callback callback_;
Dfile_path_watcher_kqueue.h30 class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate,
46 const FilePathWatcher::Callback& callback) override;
124 FilePathWatcher::Callback callback_;
Dfile_path_watcher_linux.cc92 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
Dfile_path_watcher_fsevents.cc87 const FilePathWatcher::Callback& callback) { in Watch()
Dfile_path_watcher_kqueue.cc316 const FilePathWatcher::Callback& callback) { in Watch()
/external/libchrome/base/
Dbase.gyp706 # iOS does not support FilePathWatcher.