/external/chromium_org/chrome/installer/util/ |
D | google_chrome_binaries_distribution.cc | 37 installer::ArchiveType archive_type, in UpdateInstallStatus() argument 40 archive_type, InstallUtil::GetInstallReturnCode(install_status), in UpdateInstallStatus()
|
D | chrome_frame_distribution.cc | 127 installer::ArchiveType archive_type, in UpdateInstallStatus() argument 131 archive_type, InstallUtil::GetInstallReturnCode(install_status), in UpdateInstallStatus()
|
D | chrome_app_host_distribution.cc | 121 installer::ArchiveType archive_type, in UpdateInstallStatus() argument 126 archive_type, in UpdateInstallStatus()
|
D | google_update_settings.h | 198 installer::ArchiveType archive_type, 215 static bool UpdateGoogleUpdateApKey(installer::ArchiveType archive_type,
|
D | google_update_settings.cc | 466 installer::ArchiveType archive_type, int install_return_code, in UpdateInstallStatus() argument 468 DCHECK(archive_type != installer::UNKNOWN_ARCHIVE_TYPE || in UpdateInstallStatus() 485 if (UpdateGoogleUpdateApKey(archive_type, install_return_code, in UpdateInstallStatus() 510 installer::ArchiveType archive_type, int install_return_code, in UpdateGoogleUpdateApKey() argument 512 DCHECK(archive_type != installer::UNKNOWN_ARCHIVE_TYPE || in UpdateGoogleUpdateApKey() 516 if (archive_type == installer::FULL_ARCHIVE_TYPE || !install_return_code) { in UpdateGoogleUpdateApKey() 523 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) { in UpdateGoogleUpdateApKey() 535 DCHECK_EQ(installer::UNKNOWN_ARCHIVE_TYPE, archive_type); in UpdateGoogleUpdateApKey()
|
D | google_update_settings_unittest.cc | 426 const installer::ArchiveType archive_type = archive_types[type_idx]; in TEST_F() local 430 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE && in TEST_F() 436 archive_type == installer::FULL_ARCHIVE_TYPE) { in TEST_F() 438 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) { in TEST_F() 445 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE) { in TEST_F() 460 archive_type, result, &v)) in TEST_F() 461 << "archive_type: " << archive_type in TEST_F() 466 archive_type, result, &v)) in TEST_F() 467 << "archive_type: " << archive_type in TEST_F() 472 << "archive_type: " << archive_type in TEST_F()
|
D | google_chrome_binaries_distribution.h | 19 installer::ArchiveType archive_type,
|
D | google_chrome_distribution.cc | 271 installer::ArchiveType archive_type, in UpdateInstallStatus() argument 274 archive_type, InstallUtil::GetInstallReturnCode(install_status), in UpdateInstallStatus()
|
D | chrome_frame_distribution.h | 54 installer::ArchiveType archive_type,
|
D | chrome_app_host_distribution.h | 55 installer::ArchiveType archive_type,
|
D | google_chrome_distribution.h | 79 installer::ArchiveType archive_type,
|
D | google_chrome_distribution_dummy.cc | 114 installer::ArchiveType archive_type, in UpdateInstallStatus() argument
|
D | browser_distribution.h | 157 installer::ArchiveType archive_type,
|
D | browser_distribution.cc | 291 installer::ArchiveType archive_type, in UpdateInstallStatus() argument
|
/external/chromium_org/chrome/installer/setup/ |
D | setup_main.cc | 142 installer::ArchiveType* archive_type, in UncompressAndPatchChromeArchive() argument 156 *archive_type = installer::FULL_ARCHIVE_TYPE; in UncompressAndPatchChromeArchive() 185 *archive_type = installer::INCREMENTAL_ARCHIVE_TYPE; in UncompressAndPatchChromeArchive() 788 installer::ArchiveType archive_type = installer::UNKNOWN_ARCHIVE_TYPE; in InstallProducts() local 794 UpdateInstallStatus(system_install, archive_type, install_status); in InstallProducts() 800 installer_directory, &archive_type, &delegated_to_existing); in InstallProducts() 829 system_install, archive_type, install_status); in InstallProducts() 1391 ArchiveType* archive_type, in InstallProductsHelper() argument 1393 DCHECK(archive_type); in InstallProductsHelper() 1417 *archive_type = UNKNOWN_ARCHIVE_TYPE; in InstallProductsHelper() [all …]
|
D | setup_main.h | 34 ArchiveType* archive_type,
|