HomeSort by relevance Sort by last modified time
    Searched defs:PlatformDelegate (Results 1 - 2 of 2) 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...]

Completed in 1865 milliseconds