Searched refs:BaseFile (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/download/ |
D | base_file.cc | 23 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 …]
|
D | base_file.h | 26 class BaseFile { 28 BaseFile(const FilePath& full_path, 33 ~BaseFile(); 105 DISALLOW_COPY_AND_ASSIGN(BaseFile);
|
D | download_file.cc | 18 : BaseFile(info->save_info.file_path, in DownloadFile() 62 BaseFile::DebugString().c_str()); in DebugString()
|
D | save_file.cc | 12 : BaseFile(FilePath(), info->url, GURL(), 0, linked_ptr<net::FileStream>()), in SaveFile()
|
D | save_file.h | 22 class SaveFile : public BaseFile {
|
D | download_file.h | 24 class DownloadFile : public BaseFile {
|
D | base_file_unittest.cc | 30 new BaseFile(FilePath(), GURL(), GURL(), 0, file_stream_)); in SetUp() 66 scoped_ptr<BaseFile> base_file_;
|