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

  /external/chromium/base/files/
file_path_watcher.cc 25 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) {
28 FilePathWatcher::PlatformDelegate::~PlatformDelegate() {
file_path_watcher.h 51 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> {
75 PlatformDelegate();
87 virtual ~PlatformDelegate();
102 // Must be called before the PlatformDelegate is deleted.
112 friend class base::RefCountedThreadSafe<PlatformDelegate>;
    [all...]
file_path_watcher_stub.cc 15 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
file_path_watcher_win.cc 20 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
26 // FilePathWatcher::PlatformDelegate overrides.
file_path_watcher_mac.cc 43 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
57 // FilePathWatcher::PlatformDelegate overrides.
file_path_watcher_linux.cc 86 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,

Completed in 1940 milliseconds