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

  /external/chromium/chrome/browser/history/
download_create_info.cc 34 is_dangerous_file(false),
51 is_dangerous_file(false),
60 return is_dangerous_url || is_dangerous_file;
download_create_info.h 77 bool is_dangerous_file; member in struct:DownloadCreateInfo
  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 97 // given |is_dangerous_file| and |is_dangerous_url|.
98 bool VerifySafetyState(bool is_dangerous_file,
103 return (is_dangerous_file || is_dangerous_url) ?
167 bool is_dangerous_file; member in struct:__anon2685::__anon2687
352 info->is_dangerous_file = kDownloadRenameCases[i].is_dangerous_file;
390 EXPECT_TRUE(VerifySafetyState(kDownloadRenameCases[i].is_dangerous_file,
407 info->is_dangerous_file = false;
473 info->is_dangerous_file = false;
552 info->is_dangerous_file = false
    [all...]
download_item.cc 175 safety_state_(GetSafetyState(info.is_dangerous_file,
177 danger_type_(GetDangerType(info.is_dangerous_file,
565 bool is_dangerous_file,
573 << " is_dangerous_file = " << is_dangerous_file
586 safety_state_ = GetSafetyState(is_dangerous_file, is_dangerous_url);
587 danger_type_ = GetDangerType(is_dangerous_file, is_dangerous_url);
download_item.h 200 bool is_dangerous_file,
download_manager.cc 320 info->is_dangerous_file = download_util::IsDangerous(
487 info->is_dangerous_file,
    [all...]
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 107 info->is_dangerous_file = false;

Completed in 185 milliseconds