/external/chromium_org/chrome/installer/util/ |
duplicate_tree_detector_unittest.cc | 13 #include "chrome/installer/util/duplicate_tree_detector.h" 14 #include "chrome/installer/util/installer_util_test_common.h" 60 ASSERT_TRUE(installer::test::CopyFileHierarchy(d1, second_root)); 85 EXPECT_TRUE(installer::IsIdenticalFileHierarchy(temp_source_dir_.path(), 99 EXPECT_FALSE(installer::IsIdenticalFileHierarchy(temp_source_dir_.path(), 113 EXPECT_TRUE(installer::IsIdenticalFileHierarchy(temp_source_dir_.path(), 127 EXPECT_FALSE(installer::IsIdenticalFileHierarchy(temp_source_dir_.path(), 133 EXPECT_TRUE(installer::IsIdenticalFileHierarchy(temp_source_dir_.path(), 147 ASSERT_TRUE(installer::test::CopyFileHierarchy(source_file, dest_file)); 154 EXPECT_TRUE(installer::IsIdenticalFileHierarchy(source_file, dest_file)) [all...] |
logging_installer.cc | 7 #include "chrome/installer/util/logging_installer.h" 19 #include "chrome/installer/util/master_preferences.h" 20 #include "chrome/installer/util/master_preferences_constants.h" 21 #include "chrome/installer/util/util_constants.h" 27 namespace installer { namespace 77 void InitInstallerLogging(const installer::MasterPreferences& prefs) { 84 if (prefs.GetBool(installer::master_preferences::kDisableLogging, 97 if (prefs.GetBool(installer::master_preferences::kVerboseLogging, 114 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs) { 116 prefs.GetString(installer::master_preferences::kLogFile, &path) [all...] |
browser_distribution.cc | 10 #include "chrome/installer/util/browser_distribution.h" 20 #include "chrome/installer/util/chrome_app_host_distribution.h" 21 #include "chrome/installer/util/chrome_frame_distribution.h" 22 #include "chrome/installer/util/chromium_binaries_distribution.h" 23 #include "chrome/installer/util/google_chrome_binaries_distribution.h" 24 #include "chrome/installer/util/google_chrome_distribution.h" 25 #include "chrome/installer/util/google_chrome_sxs_distribution.h" 26 #include "chrome/installer/util/install_util.h" 27 #include "chrome/installer/util/l10n_string_util.h" 28 #include "chrome/installer/util/master_preferences.h [all...] |
google_chrome_binaries_distribution.cc | 7 #include "chrome/installer/util/google_chrome_binaries_distribution.h" 9 #include "chrome/installer/util/google_update_constants.h" 10 #include "chrome/installer/util/google_update_settings.h" 11 #include "chrome/installer/util/install_util.h" 57 installer::ArchiveType archive_type, 58 installer::InstallStatus install_status) {
|
installation_validator_unittest.cc | 14 #include "chrome/installer/util/channel_info.h" 15 #include "chrome/installer/util/helper.h" 16 #include "chrome/installer/util/installation_state.h" 17 #include "chrome/installer/util/installation_validator.h" 21 using installer::ChannelInfo; 22 using installer::InstallationValidator; 23 using installer::InstallationState; 24 using installer::AppCommand; 25 using installer::ProductState; 100 installer::AppCommands& commands() { return commands_; [all...] |
chrome_browser_sxs_operations.cc | 5 #include "chrome/installer/util/chrome_browser_sxs_operations.h" 9 #include "chrome/installer/util/util_constants.h" 11 namespace installer { namespace 31 } // namespace installer
|
l10n_string_util.cc | 7 #include "chrome/installer/util/l10n_string_util.h" 17 #include "chrome/installer/util/language_selector.h" 21 const installer::LanguageSelector& GetLanguageSelector() { 22 static const installer::LanguageSelector instance; 27 installer::TranslationDelegate* g_translation_delegate = NULL; 31 namespace installer { namespace 98 } // namespace installer
|
master_preferences_constants.cc | 5 #include "chrome/installer/util/master_preferences_constants.h" 7 namespace installer { namespace 49 } // namespace installer
|
master_preferences_constants.h | 11 namespace installer { namespace 20 // Boolean. Whether to instruct the installer to auto-launch chrome on computer 82 // Boolean. Expect to be run by an MSI installer. Cmd line override present. 95 // Boolean. Run installer in verbose mode. Cmd line override present. 100 } // namespace installer
|
user_experiment.h | 12 #include "chrome/installer/util/util_constants.h" 20 namespace installer { namespace 66 } // namespace installer
|
wmi.h | 27 namespace installer { namespace 84 } // namespace installer
|
uninstall_metrics.cc | 5 #include "chrome/installer/util/uninstall_metrics.h" 15 #include "chrome/installer/util/util_constants.h" 17 namespace installer { namespace 59 if (!root.HasKey(installer::kUninstallMetricsName) || 60 !root.GetDictionary(installer::kUninstallMetricsName, 90 } // namespace installer
|
install_util.cc | 8 #include "chrome/installer/util/install_util.h" 29 #include "chrome/installer/util/browser_distribution.h" 30 #include "chrome/installer/util/google_update_constants.h" 31 #include "chrome/installer/util/helper.h" 32 #include "chrome/installer/util/installation_state.h" 33 #include "chrome/installer/util/l10n_string_util.h" 34 #include "chrome/installer/util/util_constants.h" 35 #include "chrome/installer/util/work_item_list.h" 38 using installer::ProductState; 87 COMPILE_ASSERT(installer::NUM_STAGES == arraysize(kStages) [all...] |
google_update_settings.h | 14 #include "chrome/installer/util/util_constants.h" 18 namespace installer { namespace 24 // that recorded when the user downloads the chrome installer. It is 45 // The result reported by the most recent run of an installer/updater. 48 // installer or updater. This is typically platform independent. 51 // an installer or updater. This is typically an error code specific 61 // used to download the chrome installer. 71 // used to download the chrome installer. 89 static bool SetEULAConsent(const installer::InstallationState& machine_state, 114 // the chrome installer. Returns false if the information is not available [all...] |
google_chrome_distribution.cc | 8 #include "chrome/installer/util/google_chrome_distribution.h" 21 #include "chrome/installer/util/channel_info.h" 22 #include "chrome/installer/util/google_update_constants.h" 23 #include "chrome/installer/util/google_update_settings.h" 24 #include "chrome/installer/util/helper.h" 25 #include "chrome/installer/util/install_util.h" 26 #include "chrome/installer/util/l10n_string_util.h" 27 #include "chrome/installer/util/uninstall_metrics.h" 28 #include "chrome/installer/util/util_constants.h" 29 #include "chrome/installer/util/wmi.h [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher_operation.h | 37 ComponentInstaller* installer, 53 ComponentInstaller* installer) = 0; 76 ComponentInstaller* installer) OVERRIDE; 99 ComponentInstaller* installer) OVERRIDE; 121 ComponentInstaller* installer) OVERRIDE; 144 ComponentInstaller* installer) OVERRIDE;
|
/bootable/diskinstaller/ |
Android.mk | 7 installer.c
|
/external/chromium_org/chrome/browser/first_run/ |
first_run_unittest.cc | 13 #include "chrome/installer/util/master_preferences.h" 44 installer::MasterPreferences install_prefs("{ \"variations_seed\":\"xyz\" }"); 52 installer::MasterPreferences install_prefs("{ }");
|
/external/chromium_org/chrome/installer/setup/ |
uninstall.h | 13 #include "chrome/installer/util/util_constants.h" 22 namespace installer { namespace 71 installer::InstallStatus UninstallProduct( 82 // installer archive may be deleted. Empty directories will be pruned (or 96 } // namespace installer
|
uninstall.cc | 7 #include "chrome/installer/setup/uninstall.h" 28 #include "chrome/installer/launcher_support/chrome_launcher_support.h" 29 #include "chrome/installer/setup/install.h" 30 #include "chrome/installer/setup/install_worker.h" 31 #include "chrome/installer/setup/setup_constants.h" 32 #include "chrome/installer/setup/setup_util.h" 33 #include "chrome/installer/util/auto_launch_util.h" 34 #include "chrome/installer/util/browser_distribution.h" 35 #include "chrome/installer/util/channel_info.h" 36 #include "chrome/installer/util/delete_after_reboot_helper.h 269 namespace installer { namespace [all...] |
/external/chromium_org/chrome_frame/cfinstall/src/implementation/ |
crossdomaininstall.js | 11 goog.provide('google.cf.installer.CrossDomainInstall'); 17 goog.require('google.cf.installer.InteractionDelegate'); 18 goog.require('google.cf.installer.DialogInteractionDelegate'); 23 google.cf.installer.CrossDomainInstall = {}; 28 google.cf.installer.CrossDomainInstall.DEFAULT_DOWNLOAD_PAGE_URL = 39 * @param {google.cf.installer.InteractionDelegate=} opt_interactionDelegate An 44 google.cf.installer.CrossDomainInstall.execute = function( 49 google.cf.installer.CrossDomainInstall.DEFAULT_DOWNLOAD_PAGE_URL); 55 new google.cf.installer.DialogInteractionDelegate(); 104 google.cf.installer.CrossDomainInstall.execute) [all...] |
dialoginteractiondelegate.js | 10 goog.provide('google.cf.installer.DialogInteractionDelegate'); 17 goog.require('google.cf.installer.InteractionDelegate'); 20 * An implementation of google.cf.installer.InteractionDelegate that decorates 23 * @implements {google.cf.installer.InteractionDelegate} 25 google.cf.installer.DialogInteractionDelegate = function() { 33 google.cf.installer.DialogInteractionDelegate.injectedCss_ = false; 39 google.cf.installer.DialogInteractionDelegate.injectCss_ = function() { 40 if (google.cf.installer.DialogInteractionDelegate.injectedCss_) 43 google.cf.installer.DialogInteractionDelegate.injectedCss_ = true; 102 google.cf.installer.DialogInteractionDelegate.prototype.dialog_ = null [all...] |
/external/chromium_org/chrome_frame/cfinstall/src/common/ |
interactiondelegate.js | 11 goog.provide('google.cf.installer.InteractionDelegate'); 18 google.cf.installer.InteractionDelegate = function() {}; 26 google.cf.installer.InteractionDelegate.prototype.getIFrameContainer = 35 google.cf.installer.InteractionDelegate.prototype.customizeIFrame = 42 google.cf.installer.InteractionDelegate.prototype.show = function() {}; 49 google.cf.installer.InteractionDelegate.prototype.reset = function() {};
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
cfinstall.js | 12 goog.provide('google.cf.installer.CFInstall'); 15 goog.require('google.cf.installer.InlineDelegate'); 16 goog.require('google.cf.installer.Installer'); 17 goog.require('google.cf.installer.OverlayDelegate'); 18 goog.require('google.cf.installer.Prompt'); 25 google.cf.installer.CFInstall = function() { 26 this.prompt_ = new google.cf.installer.Prompt(); 28 this.installer_ = new google.cf.installer.Installer( [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run.cc | 30 #include "chrome/installer/util/master_preferences.h" 31 #include "chrome/installer/util/master_preferences_constants.h" 32 #include "chrome/installer/util/util_constants.h" 37 #include "chrome/installer/util/google_update_settings.h" 38 #include "chrome/installer/util/install_util.h" 106 master_prefs = master_prefs.AppendASCII(installer::kDefaultMasterPrefs); 108 installer::MasterPreferences prefs(master_prefs); 119 if (!prefs.GetInt(installer::master_preferences::kDistroPingDelay, 126 if (prefs.GetBool(installer::master_preferences::kRequireEula, &value) && 137 if (!LaunchSetupWithParam(installer::switches::kShowEula [all...] |