Home
last modified time | relevance | path

Searched refs:BaseFile (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/download/
Dbase_file.cc23 BaseFile::BaseFile(const FilePath& full_path, in BaseFile() function in BaseFile
40 BaseFile::~BaseFile() { in ~BaseFile()
48 bool BaseFile::Initialize(bool calculate_hash) { in Initialize()
63 bool BaseFile::AppendDataToFile(const char* data, size_t data_len) { in AppendDataToFile()
87 bool BaseFile::Rename(const FilePath& new_path) { in Rename()
148 void BaseFile::Detach() { in Detach()
152 void BaseFile::Cancel() { in Cancel()
162 void BaseFile::Finish() { in Finish()
171 bool BaseFile::GetSha256Hash(std::string* hash) { in GetSha256Hash()
180 void BaseFile::AnnotateWithSourceInformation() { in AnnotateWithSourceInformation()
[all …]
Dbase_file.h26 class BaseFile {
28 BaseFile(const FilePath& full_path,
33 ~BaseFile();
105 DISALLOW_COPY_AND_ASSIGN(BaseFile);
Ddownload_file.cc18 : BaseFile(info->save_info.file_path, in DownloadFile()
62 BaseFile::DebugString().c_str()); in DebugString()
Dsave_file.cc12 : BaseFile(FilePath(), info->url, GURL(), 0, linked_ptr<net::FileStream>()), in SaveFile()
Dsave_file.h22 class SaveFile : public BaseFile {
Ddownload_file.h24 class DownloadFile : public BaseFile {
Dbase_file_unittest.cc30 new BaseFile(FilePath(), GURL(), GURL(), 0, file_stream_)); in SetUp()
66 scoped_ptr<BaseFile> base_file_;