Searched defs:archive_type (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_binaries_distribution.cc37 installer::ArchiveType archive_type,
40 archive_type, InstallUtil::GetInstallReturnCode(install_status),
36 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dchrome_frame_distribution.cc127 installer::ArchiveType archive_type,
131 archive_type, InstallUtil::GetInstallReturnCode(install_status),
126 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dchrome_app_host_distribution.cc121 installer::ArchiveType archive_type,
126 archive_type,
120 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dgoogle_chrome_distribution_dummy.cc114 installer::ArchiveType archive_type,
113 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dbrowser_distribution.cc291 installer::ArchiveType archive_type,
290 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dgoogle_chrome_distribution.cc271 installer::ArchiveType archive_type,
274 archive_type, InstallUtil::GetInstallReturnCode(install_status),
270 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dgoogle_update_settings.cc466 installer::ArchiveType archive_type, int install_return_code,
468 DCHECK(archive_type != installer::UNKNOWN_ARCHIVE_TYPE ||
485 if (UpdateGoogleUpdateApKey(archive_type, install_return_code,
510 installer::ArchiveType archive_type, int install_return_code,
512 DCHECK(archive_type != installer::UNKNOWN_ARCHIVE_TYPE ||
516 if (archive_type == installer::FULL_ARCHIVE_TYPE || !install_return_code) {
523 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) {
535 DCHECK_EQ(installer::UNKNOWN_ARCHIVE_TYPE, archive_type);
465 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, int install_return_code, const base::string16& product_guid) argument
509 UpdateGoogleUpdateApKey( installer::ArchiveType archive_type, int install_return_code, installer::ChannelInfo* value) argument
H A Dgoogle_update_settings_unittest.cc426 const installer::ArchiveType archive_type = archive_types[type_idx]; local
430 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE &&
436 archive_type == installer::FULL_ARCHIVE_TYPE) {
438 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) {
440 } // else if (archive_type == UNKNOWN) see below
445 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE) {
460 archive_type, result, &v))
461 << "archive_type: " << archive_type
466 archive_type, resul
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc135 // success, in which case |archive_type| is populated based on what was found.
142 installer::ArchiveType* archive_type,
156 *archive_type = installer::FULL_ARCHIVE_TYPE;
185 *archive_type = installer::INCREMENTAL_ARCHIVE_TYPE;
788 installer::ArchiveType archive_type = installer::UNKNOWN_ARCHIVE_TYPE; local
794 UpdateInstallStatus(system_install, archive_type, install_status);
800 installer_directory, &archive_type, &delegated_to_existing);
829 system_install, archive_type, install_status);
1391 ArchiveType* archive_type,
1393 DCHECK(archive_type);
138 UncompressAndPatchChromeArchive( const installer::InstallationState& original_state, const installer::InstallerState& installer_state, installer::ArchivePatchHelper* archive_helper, installer::ArchiveType* archive_type, installer::InstallStatus* install_status) argument
1384 InstallProductsHelper( const InstallationState& original_state, const base::FilePath& setup_exe, const CommandLine& cmd_line, const MasterPreferences& prefs, const InstallerState& installer_state, base::FilePath* installer_directory, ArchiveType* archive_type, bool* delegated_to_existing) argument
[all...]

Completed in 99 milliseconds