Home
last modified time | relevance | path

Searched refs:PlatformDelegate (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher.h36 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> {
38 PlatformDelegate();
51 friend class base::RefCountedThreadSafe<PlatformDelegate>;
54 virtual ~PlatformDelegate();
89 static void CancelWatch(const scoped_refptr<PlatformDelegate>& delegate);
104 scoped_refptr<PlatformDelegate> impl_;
Dfile_path_watcher.cc26 const scoped_refptr<PlatformDelegate>& delegate) { in CancelWatch()
43 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) { in PlatformDelegate() function in base::FilePathWatcher::PlatformDelegate
46 FilePathWatcher::PlatformDelegate::~PlatformDelegate() { in ~PlatformDelegate()
Dfile_path_watcher_mac.cc17 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
52 scoped_refptr<PlatformDelegate> impl_;
Dfile_path_watcher_fsevents.h25 class FilePathWatcherFSEvents : public FilePathWatcher::PlatformDelegate {
Dfile_path_watcher_kqueue.h30 class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate,
Dfile_path_watcher_linux.cc92 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,