Searched refs:PlatformDelegate (Results 1 – 6 of 6) sorted by relevance
51 class PlatformDelegate; variable58 CancelTask(PlatformDelegate* delegate): delegate_(delegate) {} in CancelTask()67 scoped_refptr<PlatformDelegate> delegate_;73 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> {75 PlatformDelegate();87 virtual ~PlatformDelegate();112 friend class base::RefCountedThreadSafe<PlatformDelegate>;120 scoped_refptr<PlatformDelegate> impl_;
25 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) { in PlatformDelegate() function in base::files::FilePathWatcher::PlatformDelegate28 FilePathWatcher::PlatformDelegate::~PlatformDelegate() { in ~PlatformDelegate()
15 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
20 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
86 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
43 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,