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

/external/chromium/chrome/browser/download/
H A Dsave_file_manager.cc15 #include "chrome/browser/download/save_file.h"
227 SaveFile* save_file = new SaveFile(info); local
230 save_file->Initialize(false); // No need to calculate hash.
233 save_file_map_[info->save_id] = save_file;
234 info->path = save_file->full_path();
249 SaveFile* save_file = LookupSaveFile(save_id); local
250 if (save_file) {
251 bool write_success = save_file->AppendDataToFile(data->data(), data_len);
255 this, &SaveFileManager::OnUpdateSaveProgress, save_file->save_id(),
256 save_file
277 SaveFile* save_file = it->second; local
409 SaveFile* save_file = it->second; local
444 SaveFile* save_file = LookupSaveFile(save_id); local
503 SaveFile* save_file = it->second; local
538 SaveFile* save_file = it->second; local
[all...]

Completed in 19 milliseconds