Searched refs:PlatformDelegate (Results 1 – 6 of 6) sorted by relevance
36 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_;
26 const scoped_refptr<PlatformDelegate>& delegate) { in CancelWatch()43 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) { in PlatformDelegate() function in base::FilePathWatcher::PlatformDelegate46 FilePathWatcher::PlatformDelegate::~PlatformDelegate() { in ~PlatformDelegate()
17 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {52 scoped_refptr<PlatformDelegate> impl_;
25 class FilePathWatcherFSEvents : public FilePathWatcher::PlatformDelegate {
30 class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate,
92 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,