Lines Matching refs:base
11 #include "base/files/file_path.h"
12 #include "base/time/time.h"
44 static std::unique_ptr<ZipWriter> Create(const base::FilePath& zip_file,
55 void SetProgressCallback(ProgressCallback callback, base::TimeDelta period) {
76 bool AddDirectoryContents(const base::FilePath& path);
95 bool AddFileContent(const base::FilePath& path, base::File file);
98 bool AddFileEntry(const base::FilePath& path, base::File file);
105 bool AddDirectoryEntry(const base::FilePath& path);
113 bool OpenNewFileEntry(const base::FilePath& path,
115 base::Time last_modified);
121 void Filter(std::vector<base::FilePath>* paths);
136 base::TimeDelta progress_period_;
139 base::TimeTicks next_progress_report_time_ = base::TimeTicks::Now();