PlatformDelegate   21 base/files/file_path_watcher.cc     const scoped_refptr<PlatformDelegate>& delegate) {
PlatformDelegate   25 base/files/file_path_watcher.cc FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) {
PlatformDelegate   28 base/files/file_path_watcher.cc FilePathWatcher::PlatformDelegate::~PlatformDelegate() {
PlatformDelegate   36 base/files/file_path_watcher.h   class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> {
PlatformDelegate   38 base/files/file_path_watcher.h     PlatformDelegate();
PlatformDelegate   51 base/files/file_path_watcher.h     friend class base::RefCountedThreadSafe<PlatformDelegate>;
PlatformDelegate   54 base/files/file_path_watcher.h     virtual ~PlatformDelegate();
PlatformDelegate   89 base/files/file_path_watcher.h   static void CancelWatch(const scoped_refptr<PlatformDelegate>& delegate);
PlatformDelegate  101 base/files/file_path_watcher.h   scoped_refptr<PlatformDelegate> impl_;
PlatformDelegate   52 base/files/file_path_watcher_kqueue.cc class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
PlatformDelegate   87 base/files/file_path_watcher_linux.cc class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
PlatformDelegate   14 base/files/file_path_watcher_stub.cc class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
PlatformDelegate   21 base/files/file_path_watcher_win.cc class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,