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

  /external/chromium/chrome/browser/download/
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...]
base_file.h 26 class BaseFile {
28 BaseFile(const FilePath& full_path,
33 ~BaseFile();
105 DISALLOW_COPY_AND_ASSIGN(BaseFile);
  /external/chromium_org/content/browser/download/
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);

Completed in 164 milliseconds