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

/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_binaries_distribution.cc51 installer::ArchiveType archive_type,
54 archive_type, InstallUtil::GetInstallReturnCode(install_status),
50 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dchrome_app_host_distribution.cc143 installer::ArchiveType archive_type,
147 archive_type, InstallUtil::GetInstallReturnCode(install_status),
142 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dchrome_frame_distribution.cc133 installer::ArchiveType archive_type,
137 archive_type, InstallUtil::GetInstallReturnCode(install_status),
132 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dgoogle_chrome_distribution_dummy.cc136 installer::ArchiveType archive_type,
135 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dbrowser_distribution.cc257 installer::ArchiveType archive_type,
256 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dgoogle_chrome_distribution.cc267 installer::ArchiveType archive_type,
270 archive_type, InstallUtil::GetInstallReturnCode(install_status),
266 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, installer::InstallStatus install_status) argument
H A Dgoogle_update_settings.cc375 installer::ArchiveType archive_type, int install_return_code,
377 DCHECK(archive_type != installer::UNKNOWN_ARCHIVE_TYPE ||
393 if (UpdateGoogleUpdateApKey(archive_type, install_return_code,
416 installer::ArchiveType archive_type, int install_return_code,
418 DCHECK(archive_type != installer::UNKNOWN_ARCHIVE_TYPE ||
422 if (archive_type == installer::FULL_ARCHIVE_TYPE || !install_return_code) {
429 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) {
441 DCHECK_EQ(installer::UNKNOWN_ARCHIVE_TYPE, archive_type);
374 UpdateInstallStatus(bool system_install, installer::ArchiveType archive_type, int install_return_code, const std::wstring& product_guid) argument
415 UpdateGoogleUpdateApKey( installer::ArchiveType archive_type, int install_return_code, installer::ChannelInfo* value) argument
H A Dgoogle_update_settings_unittest.cc311 const installer::ArchiveType archive_type = archive_types[type_idx]; local
315 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE &&
321 archive_type == installer::FULL_ARCHIVE_TYPE) {
323 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) {
325 } // else if (archive_type == UNKNOWN) see below
330 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE) {
345 archive_type, result, &v))
346 << "archive_type: " << archive_type
351 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;
698 installer::ArchiveType archive_type = installer::UNKNOWN_ARCHIVE_TYPE; local
704 UpdateInstallStatus(system_install, archive_type, install_status);
709 original_state, cmd_line, prefs, *installer_state, &archive_type,
739 system_install, archive_type, install_status);
1010 installer::ArchiveType archive_type = installer::UNKNOWN_ARCHIVE_TYPE; local
1015 &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
1404 InstallProductsHelper( const InstallationState& original_state, const CommandLine& cmd_line, const MasterPreferences& prefs, const InstallerState& installer_state, installer::ArchiveType* archive_type, bool* delegated_to_existing) argument
[all...]

Completed in 467 milliseconds