HomeSort by relevance Sort by last modified time
    Searched refs:BaseFile (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/download/
base_file.h 26 class BaseFile {
28 BaseFile(const FilePath& full_path,
33 ~BaseFile();
105 DISALLOW_COPY_AND_ASSIGN(BaseFile);
base_file.cc 23 BaseFile::BaseFile(const FilePath& full_path,
40 BaseFile::~BaseFile() {
48 bool BaseFile::Initialize(bool calculate_hash) {
63 bool BaseFile::AppendDataToFile(const char* data, size_t data_len) {
87 bool BaseFile::Rename(const FilePath& new_path) {
148 void BaseFile::Detach() {
152 void BaseFile::Cancel() {
162 void BaseFile::Finish()
    [all...]
save_file.cc 12 : BaseFile(FilePath(), info->url, GURL(), 0, linked_ptr<net::FileStream>()),
save_file.h 22 class SaveFile : public BaseFile {
download_file.h 24 class DownloadFile : public BaseFile {
download_file.cc 18 : BaseFile(info->save_info.file_path,
62 BaseFile::DebugString().c_str());
base_file_unittest.cc 30 new BaseFile(FilePath(), GURL(), GURL(), 0, file_stream_));
47 // Make sure the mock BrowserThread outlives the BaseFile to satisfy
66 scoped_ptr<BaseFile> base_file_;
71 // Expect the file to survive deletion of the BaseFile instance.
78 // Mock file thread to satisfy debug checks in BaseFile.
  /external/chromium_org/content/browser/download/
base_file_linux.cc 12 DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
base_file_mac.cc 12 DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
base_file.cc 26 const unsigned char BaseFile::kEmptySha256Hash[] = { 0 };
28 BaseFile::BaseFile(const base::FilePath& full_path,
57 BaseFile::~BaseFile() {
65 DownloadInterruptReason BaseFile::Initialize(
96 DownloadInterruptReason BaseFile::AppendDataToFile(const char* data,
151 DownloadInterruptReason BaseFile::Rename(const base::FilePath& new_path) {
185 void BaseFile::Detach() {
190 void BaseFile::Cancel()
    [all...]
base_file.h 33 class CONTENT_EXPORT BaseFile {
37 BaseFile(const base::FilePath& full_path,
45 virtual ~BaseFile();
178 DISALLOW_COPY_AND_ASSIGN(BaseFile);
base_file_posix.cc 12 DownloadInterruptReason BaseFile::MoveFileAndAdjustPermissions(
save_file.h 27 // BaseFile delegated functions.
51 BaseFile file_;
base_file_unittest.cc 52 base_file_.reset(new BaseFile(base::FilePath(),
78 // Make sure the mock BrowserThread outlives the BaseFile to satisfy
103 base_file_.reset(new BaseFile(base::FilePath(),
143 BaseFile file(base::FilePath(),
169 BaseFile duplicate_file(file_name,
203 scoped_ptr<BaseFile> base_file_;
208 // Expect the file to survive deletion of the BaseFile instance.
224 // Mock file thread to satisfy debug checks in BaseFile.
398 BaseFile second_file(new_file_path,
487 // BaseFile; we use the pointer anyway and rely on the BaseFile no
    [all...]
download_file_impl.h 82 BaseFile file_;
88 // TODO(rdsmith): Move this into BaseFile; requires using the same
90 // with DownloadFile and get rid of BaseFile.
base_file_win.cc 295 DownloadInterruptReason BaseFile::MoveFileAndAdjustPermissions(
326 DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {

Completed in 210 milliseconds