HomeSort by relevance Sort by last modified time
    Searched refs:PlatformDelegate (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/files/
file_path_watcher.cc 22 const scoped_refptr<PlatformDelegate>& delegate) {
37 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) {
40 FilePathWatcher::PlatformDelegate::~PlatformDelegate() {
file_path_watcher.h 36 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> {
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_;
file_path_watcher_mac.cc 17 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
52 scoped_refptr<PlatformDelegate> impl_;
file_path_watcher_fsevents.h 26 class FilePathWatcherFSEvents : public FilePathWatcher::PlatformDelegate {
30 // FilePathWatcher::PlatformDelegate overrides.
file_path_watcher_kqueue.h 30 class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate,
43 // FilePathWatcher::PlatformDelegate overrides.
file_path_watcher_linux.cc 92 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,

Completed in 70 milliseconds