Searched defs:BaseFile (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/download/
H A Dbase_file.cc23 BaseFile::BaseFile(const FilePath& full_path, function in class:BaseFile
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
[all...]
H A Dbase_file.h26 class BaseFile { class
28 BaseFile(const FilePath& full_path,
33 ~BaseFile();
105 DISALLOW_COPY_AND_ASSIGN(BaseFile);
/external/chromium_org/content/browser/download/
H A Dbase_file.h33 class CONTENT_EXPORT BaseFile { class in namespace:content
37 BaseFile(const base::FilePath& full_path,
45 virtual ~BaseFile();
178 DISALLOW_COPY_AND_ASSIGN(BaseFile);
H A Dbase_file.cc26 const unsigned char BaseFile::kEmptySha256Hash[] = { 0 };
28 BaseFile::BaseFile(const base::FilePath& full_path, function in class:content::BaseFile
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
[all...]

Completed in 774 milliseconds