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

  /external/chromium/chrome/browser/download/
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,
  /external/chromium_org/content/browser/download/
download_create_info.h 81 scoped_ptr<DownloadSaveInfo> save_info; member in struct:content::DownloadCreateInfo
  /external/chromium/chrome/browser/history/
download_create_info.h 88 DownloadSaveInfo save_info; member in struct:DownloadCreateInfo
  /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...]
  /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_org/sync/syncable/
directory_backing_store.cc 206 bool save_info = local
210 snapshot.delete_journals_to_purge.empty() && !save_info) {
240 if (save_info) {
    [all...]

Completed in 195 milliseconds