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

/external/chromium_org/base/files/
H A Dfile_path_watcher.cc25 const scoped_refptr<PlatformDelegate>& delegate) {
42 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) { function in class:base::FilePathWatcher::PlatformDelegate
45 FilePathWatcher::PlatformDelegate::~PlatformDelegate() {
H A Dfile_path_watcher.h36 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> { class in class:base::FilePathWatcher
38 PlatformDelegate();
51 friend class base::RefCountedThreadSafe<PlatformDelegate>;
54 virtual ~PlatformDelegate();
69 // Must be called before the PlatformDelegate is deleted.
86 // A callback that always cleans up the PlatformDelegate, either when executed
89 static void CancelWatch(const scoped_refptr<PlatformDelegate>& delegate);
104 scoped_refptr<PlatformDelegate> impl_;

Completed in 75 milliseconds