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

  /external/chromium_org/chrome/installer/setup/
setup_main.h 26 // directory containing the newly installed setup.exe. |archive_type| is
34 ArchiveType* archive_type,
setup_main.cc 133 // success, in which case |archive_type| is populated based on what was found.
140 installer::ArchiveType* archive_type,
154 *archive_type = installer::FULL_ARCHIVE_TYPE;
183 *archive_type = installer::INCREMENTAL_ARCHIVE_TYPE;
789 installer::ArchiveType archive_type = installer::UNKNOWN_ARCHIVE_TYPE; local
    [all...]
  /external/chromium_org/chrome/installer/util/
google_chrome_binaries_distribution.h 27 installer::ArchiveType archive_type,
google_chrome_binaries_distribution.cc 57 installer::ArchiveType archive_type,
60 archive_type, InstallUtil::GetInstallReturnCode(install_status),
chrome_frame_distribution.cc 149 installer::ArchiveType archive_type,
153 archive_type, InstallUtil::GetInstallReturnCode(install_status),
chrome_app_host_distribution.cc 152 installer::ArchiveType archive_type,
156 archive_type, InstallUtil::GetInstallReturnCode(install_status),
google_update_settings.h 183 installer::ArchiveType archive_type,
196 // archive_type: tells whether this is incremental install or not.
200 static bool UpdateGoogleUpdateApKey(installer::ArchiveType archive_type,
chrome_app_host_distribution.h 65 installer::ArchiveType archive_type,
chrome_frame_distribution.h 62 installer::ArchiveType archive_type,
google_chrome_distribution.h 87 installer::ArchiveType archive_type,
browser_distribution.h 155 installer::ArchiveType archive_type,
google_chrome_distribution_dummy.cc 146 installer::ArchiveType archive_type,
google_update_settings_unittest.cc 312 const installer::ArchiveType archive_type = archive_types[type_idx]; local
316 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE &&
322 archive_type == installer::FULL_ARCHIVE_TYPE) {
324 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) {
326 } // else if (archive_type == UNKNOWN) see below
331 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE) {
346 archive_type, result, &v))
347 << "archive_type: " << archive_type
352 archive_type, result, &v)
    [all...]
google_chrome_distribution.cc 292 installer::ArchiveType archive_type,
295 archive_type, InstallUtil::GetInstallReturnCode(install_status),
google_update_settings.cc 416 installer::ArchiveType archive_type, int install_return_code,
418 DCHECK(archive_type != installer::UNKNOWN_ARCHIVE_TYPE ||
434 if (UpdateGoogleUpdateApKey(archive_type, install_return_code,
457 installer::ArchiveType archive_type, int install_return_code,
459 DCHECK(archive_type != installer::UNKNOWN_ARCHIVE_TYPE ||
463 if (archive_type == installer::FULL_ARCHIVE_TYPE || !install_return_code) {
470 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) {
482 DCHECK_EQ(installer::UNKNOWN_ARCHIVE_TYPE, archive_type);
browser_distribution.cc 293 installer::ArchiveType archive_type,

Completed in 546 milliseconds