Home | History | Annotate | Download | only in ipc

Lines Matching defs:base

21 #include <base/files/file_path.h>
22 #include <base/files/scoped_file.h>
23 #include <base/macros.h>
24 #include <base/threading/thread.h>
29 namespace base {
31 } // namespace base
52 // Stops the IPC thread. This helper is needed since base::Thread requires
67 base::ScopedFD socket_;
71 base::FilePath socket_path_;
75 base::Thread thread_;
81 scoped_refptr<base::SingleThreadTaskRunner> origin_task_runner_;