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

  /external/chromium/chrome/browser/history/
download_types.cc 26 prompt_user_for_save_location(false),
41 prompt_user_for_save_location(false),
download_create_info.cc 33 prompt_user_for_save_location(false),
50 prompt_user_for_save_location(false),
73 " prompt_user_for_save_location = %c"
83 prompt_user_for_save_location ? 'T' : 'F');
download_create_info.h 75 bool prompt_user_for_save_location; member in struct:DownloadCreateInfo
  /external/chromium/chrome/browser/download/
download_manager.cc 276 if (!info->prompt_user_for_save_location) {
299 info->prompt_user_for_save_location = true;
302 info->prompt_user_for_save_location = false;
308 if (info->prompt_user_for_save_location && !last_download_path_.empty()) {
318 if (!info->prompt_user_for_save_location &&
353 info->prompt_user_for_save_location = true;
402 info->prompt_user_for_save_location = true;
409 if (!info->prompt_user_for_save_location &&
430 if (info->prompt_user_for_save_location) {
490 info->prompt_user_for_save_location,
    [all...]
download_manager_unittest.cc 309 info->prompt_user_for_save_location = kStartDownloadCases[i].save_as;
350 info->prompt_user_for_save_location = false;
405 info->prompt_user_for_save_location = false;
471 info->prompt_user_for_save_location = false;
550 info->prompt_user_for_save_location = true;
download_item.cc 183 save_as_(info.prompt_user_for_save_location),
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 105 info->prompt_user_for_save_location =

Completed in 1100 milliseconds