/external/chromium/chrome/browser/download/ |
download_file.cc | 18 : BaseFile(info->save_info.file_path, 22 info->save_info.file_stream),
|
drag_download_file.cc | 111 DownloadSaveInfo save_info; local 112 save_info.file_path = file_path_; 113 save_info.file_stream = file_stream_; 117 save_info,
|
download_file_unittest.cc | 62 info.save_info.file_stream = file_stream_;
|
download_manager.cc | 283 if (info->save_info.file_path.empty()) { 315 info->suggested_path = info->save_info.file_path; 319 info->save_info.file_path.empty()) { 387 if (info->save_info.file_path.empty()) { 410 info->save_info.file_path.empty()) { [all...] |
download_util.h | 237 const DownloadSaveInfo& save_info,
|
download_util.cc | 792 const DownloadSaveInfo& save_info, 805 save_info, [all...] |
download_file_manager.cc | 94 info->path = info->save_info.file_path;
|
download_item.cc | 187 is_temporary_(!info.save_info.file_path.empty()),
|
download_manager.h | 185 const DownloadSaveInfo& save_info,
|
/external/chromium/chrome/browser/renderer_host/ |
download_resource_handler.cc | 35 const DownloadSaveInfo& save_info) 43 save_info_(save_info), 110 info->save_info = save_info_;
|
download_resource_handler.h | 36 const DownloadSaveInfo& save_info);
|
/external/chromium/chrome/browser/history/ |
download_create_info.h | 88 DownloadSaveInfo save_info; member in struct:DownloadCreateInfo
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
imageburner_ui.cc | 780 DownloadSaveInfo save_info; local 781 save_info.file_path = file_path; 782 save_info.file_stream = linked_ptr<net::FileStream>(created_file_stream); 787 save_info,
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 357 bool save_info = local 359 if (snapshot.dirty_metas.size() < 1 && !save_info) 376 if (save_info) { [all...] |