Home
last modified time | relevance | path

Searched refs:archive_type (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dgoogle_chrome_binaries_distribution.cc37 installer::ArchiveType archive_type, in UpdateInstallStatus() argument
40 archive_type, InstallUtil::GetInstallReturnCode(install_status), in UpdateInstallStatus()
Dchrome_frame_distribution.cc127 installer::ArchiveType archive_type, in UpdateInstallStatus() argument
131 archive_type, InstallUtil::GetInstallReturnCode(install_status), in UpdateInstallStatus()
Dchrome_app_host_distribution.cc121 installer::ArchiveType archive_type, in UpdateInstallStatus() argument
126 archive_type, in UpdateInstallStatus()
Dgoogle_update_settings.h198 installer::ArchiveType archive_type,
215 static bool UpdateGoogleUpdateApKey(installer::ArchiveType archive_type,
Dgoogle_update_settings.cc466 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()
Dgoogle_update_settings_unittest.cc426 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()
Dgoogle_chrome_binaries_distribution.h19 installer::ArchiveType archive_type,
Dgoogle_chrome_distribution.cc271 installer::ArchiveType archive_type, in UpdateInstallStatus() argument
274 archive_type, InstallUtil::GetInstallReturnCode(install_status), in UpdateInstallStatus()
Dchrome_frame_distribution.h54 installer::ArchiveType archive_type,
Dchrome_app_host_distribution.h55 installer::ArchiveType archive_type,
Dgoogle_chrome_distribution.h79 installer::ArchiveType archive_type,
Dgoogle_chrome_distribution_dummy.cc114 installer::ArchiveType archive_type, in UpdateInstallStatus() argument
Dbrowser_distribution.h157 installer::ArchiveType archive_type,
Dbrowser_distribution.cc291 installer::ArchiveType archive_type, in UpdateInstallStatus() argument
/external/chromium_org/chrome/installer/setup/
Dsetup_main.cc142 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 …]
Dsetup_main.h34 ArchiveType* archive_type,