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

  /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(
91 DownloadInterruptReason BaseFile::AppendDataToFile(const char* data,
139 DownloadInterruptReason BaseFile::Rename(const base::FilePath& new_path) {
173 void BaseFile::Detach() {
178 void BaseFile::Cancel()
    [all...]
base_file.h 32 class CONTENT_EXPORT BaseFile {
36 BaseFile(const base::FilePath& full_path,
44 virtual ~BaseFile();
174 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 51 base_file_.reset(new BaseFile(base::FilePath(),
77 // Make sure the mock BrowserThread outlives the BaseFile to satisfy
102 base_file_.reset(new BaseFile(base::FilePath(),
142 BaseFile file(base::FilePath(),
168 BaseFile duplicate_file(file_name,
200 scoped_ptr<BaseFile> base_file_;
205 // Expect the file to survive deletion of the BaseFile instance.
221 // Mock file thread to satisfy debug checks in BaseFile.
395 BaseFile second_file(new_file_path,
487 base_file_.reset(new BaseFile(path
    [all...]
download_file_impl.h 80 BaseFile file_;
86 // TODO(rdsmith): Move this into BaseFile; requires using the same
88 // with DownloadFile and get rid of BaseFile.
base_file_win.cc 295 DownloadInterruptReason BaseFile::MoveFileAndAdjustPermissions(
326 DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {

Completed in 1350 milliseconds