Home | History | Annotate | Download | only in files

Lines Matching defs:base

10 #include "base/base_export.h"
11 #include "base/callback.h"
12 #include "base/files/file_path.h"
13 #include "base/macros.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/single_thread_task_runner.h"
17 namespace base {
33 typedef base::Callback<void(const FilePath& path, bool error)> Callback;
36 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> {
51 friend class base::RefCountedThreadSafe<PlatformDelegate>;
61 scoped_refptr<base::SingleThreadTaskRunner> task_runner() const {
65 void set_task_runner(scoped_refptr<base::SingleThreadTaskRunner> runner) {
79 scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
109 } // namespace base