Searched defs:PlatformDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/files/
H A Dfile_path_watcher.cc25 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) { function in class:base::files::FilePathWatcher::PlatformDelegate
28 FilePathWatcher::PlatformDelegate::~PlatformDelegate() {
H A Dfile_path_watcher.h51 class PlatformDelegate;
53 // A custom Task that always cleans up the PlatformDelegate, either when
58 CancelTask(PlatformDelegate* delegate): delegate_(delegate) {}
67 scoped_refptr<PlatformDelegate> delegate_;
73 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> { class in class:base::files::FilePathWatcher
75 PlatformDelegate();
87 virtual ~PlatformDelegate();
102 // Must be called before the PlatformDelegate is deleted.
112 friend class base::RefCountedThreadSafe<PlatformDelegate>;
[all...]

Completed in 91 milliseconds