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

  /external/chromium_org/content/public/browser/
download_save_info.cc 10 : offset(0), prompt_for_save_location(false) {
download_save_info.h 41 // If |prompt_for_save_location| is true, and |file_path| is empty, then
45 // |prompt_for_save_location| defaults to false.
46 bool prompt_for_save_location; member in struct:content::DownloadSaveInfo
download_url_parameters.h 99 void set_prompt(bool prompt) { save_info_.prompt_for_save_location = prompt; }
132 bool prompt() const { return save_info_.prompt_for_save_location; }
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 119 save_info->prompt_for_save_location = params->prompt();
download_item_impl.cc 163 (info.save_info->prompt_for_save_location) ?
    [all...]
download_item_impl_unittest.cc 230 info_->save_info->prompt_for_save_location = false;
    [all...]

Completed in 74 milliseconds