Searched refs:save_info_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.h90 save_info_.file_path = file_path;
93 save_info_.suggested_name = suggested_name;
95 void set_offset(int64 offset) { save_info_.offset = offset; }
97 save_info_.hash_state = hash_state;
99 void set_prompt(bool prompt) { save_info_.prompt_for_save_location = prompt; }
101 save_info_.file_stream = file_stream.Pass();
128 const base::FilePath& file_path() const { return save_info_.file_path; }
130 return save_info_.suggested_name;
132 int64 offset() const { return save_info_.offset; }
133 const std::string& hash_state() const { return save_info_
159 DownloadSaveInfo save_info_; member in class:content::DownloadUrlParameters
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_resource_handler.cc43 save_info_(save_info),
106 save_as_ && save_info_.file_path.empty();
110 info->save_info = save_info_;
256 " save_info_.file_path = \"%" PRFilePath "\""
263 save_info_.file_path.value().c_str());
H A Ddownload_resource_handler.h87 DownloadSaveInfo save_info_; member in class:DownloadResourceHandler
/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.h103 scoped_ptr<DownloadSaveInfo> save_info_; member in class:content::DownloadResourceHandler
H A Ddownload_resource_handler.cc80 save_info_(save_info.Pass()),
142 save_info_.Pass()));

Completed in 165 milliseconds