Searched refs:installer (Results 26 - 50 of 242) sorted by relevance

12345678910

/external/chromium_org/chrome/installer/setup/
H A Dsetup_util_unittest.cc5 #include "chrome/installer/setup/setup_util_unittest.h"
24 #include "chrome/installer/setup/setup_constants.h"
25 #include "chrome/installer/setup/setup_util.h"
26 #include "chrome/installer/util/google_update_constants.h"
27 #include "chrome/installer/util/installation_state.h"
28 #include "chrome/installer/util/installer_state.h"
29 #include "chrome/installer/util/util_constants.h"
108 installer::GetMaxVersionFromArchiveDir(test_dir_.path()));
113 ASSERT_TRUE(installer::GetMaxVersionFromArchiveDir(test_dir_.path()) == NULL);
118 ASSERT_TRUE(installer
[all...]
H A Duninstall.h13 #include "chrome/installer/util/util_constants.h"
22 namespace installer { namespace
72 installer::InstallStatus UninstallProduct(
83 // installer archive may be deleted. Empty directories will be pruned (or
98 } // namespace installer
H A Dsetup_main.h11 #include "chrome/installer/util/util_constants.h"
18 namespace installer { namespace
37 } // namespace installer
H A Dsetup_util.h17 #include "chrome/installer/util/browser_distribution.h"
18 #include "chrome/installer/util/util_constants.h"
26 namespace installer { namespace
68 // installer if one is found that is newer than the currently running installer
92 const installer::InstallerState& installer_state,
93 const installer::InstallationState& machine_state,
107 const installer::InstallationState& machine_state);
147 } // namespace installer
/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_binaries_distribution.cc7 #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"
12 #include "chrome/installer/util/updating_app_registration_data.h"
37 installer::ArchiveType archive_type,
38 installer::InstallStatus install_status) {
H A Dgoogle_update_experiment_util.h27 namespace installer { namespace
33 } // namespace installer
H A Dhelper.h18 namespace installer { namespace
37 } // namespace installer
H A Dinstallation_validation_helper.h12 #include "chrome/installer/util/installation_validator.h"
14 namespace installer { namespace
42 } // namespace installer
H A Duninstall_metrics.h15 namespace installer { namespace
29 } // namespace installer
H A Dgoogle_chrome_sxs_distribution.cc7 #include "chrome/installer/util/google_chrome_sxs_distribution.h"
12 #include "chrome/installer/util/updating_app_registration_data.h"
46 return installer::GetLocalizedString(
50 return installer::GetLocalizedString(IDS_SXS_SHORTCUT_NAME_BASE);
58 return installer::GetLocalizedString(
80 installer::kSxSSuffix);
85 installer::kSxSSuffix);
H A Dduplicate_tree_detector_unittest.cc13 #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
[all...]
H A Dlogging_installer.cc7 #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
74 void InitInstallerLogging(const installer::MasterPreferences& prefs) {
81 if (prefs.GetBool(installer::master_preferences::kDisableLogging,
94 if (prefs.GetBool(installer::master_preferences::kVerboseLogging,
111 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs) {
113 prefs.GetString(installer
[all...]
H A Dproduct_unittest.cc5 #include "chrome/installer/util/product_unittest.h"
12 #include "chrome/installer/util/chrome_frame_distribution.h"
13 #include "chrome/installer/util/google_update_constants.h"
14 #include "chrome/installer/util/installation_state.h"
15 #include "chrome/installer/util/installer_state.h"
16 #include "chrome/installer/util/master_preferences.h"
17 #include "chrome/installer/util/product.h"
20 using installer::Product;
21 using installer::MasterPreferences;
58 installer
[all...]
H A Dchrome_browser_sxs_operations.cc5 #include "chrome/installer/util/chrome_browser_sxs_operations.h"
9 #include "chrome/installer/util/util_constants.h"
11 namespace installer { namespace
31 } // namespace installer
H A Dchrome_browser_sxs_operations.h10 #include "chrome/installer/util/chrome_browser_operations.h"
12 namespace installer { namespace
29 } // namespace installer
H A Dchrome_frame_distribution.cc7 // Chrome Frame installer that does not interact with Google Chrome or
10 #include "chrome/installer/util/chrome_frame_distribution.h"
14 #include "chrome/installer/util/channel_info.h"
15 #include "chrome/installer/util/google_update_constants.h"
16 #include "chrome/installer/util/google_update_settings.h"
17 #include "chrome/installer/util/helper.h"
18 #include "chrome/installer/util/install_util.h"
19 #include "chrome/installer/util/l10n_string_util.h"
20 #include "chrome/installer/util/updating_app_registration_data.h"
69 installer
[all...]
H A Dfirewall_manager_win.h16 namespace installer { namespace
46 } // namespace installer
H A Dl10n_string_util.cc7 #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
105 } // namespace installer
H A Dl10n_string_util.h20 namespace installer { namespace
28 // If we're in Chrome, the installer strings aren't in the binary, but are in
51 } // namespace installer.
H A Dmaster_preferences_constants.cc5 #include "chrome/installer/util/master_preferences_constants.h"
7 namespace installer { namespace
49 } // namespace installer
H A Dmaster_preferences_constants.h11 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
/external/chromium_org/chrome/browser/extensions/
H A Dextension_functional_browsertest.cc31 scoped_refptr<extensions::CrxInstaller> installer(
33 installer->set_is_gallery_install(false);
34 installer->set_allow_silent_install(true);
35 installer->set_install_source(Manifest::INTERNAL);
36 installer->set_off_store_install_allow_reason(
41 content::Source<extensions::CrxInstaller>(installer.get()));
43 installer->InstallCrx(path);
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer_unittest.cc27 PluginInstaller* installer() { return installer_.get(); } function in class:__anon4395::PluginInstallerTest
59 explicit TestPluginInstallerObserver(PluginInstaller* installer) argument
60 : PluginInstallerObserver(installer),
115 TestPluginInstallerObserver installer_observer(installer());
116 installer()->StartInstallingWithDownloadManager(
145 TestPluginInstallerObserver installer_observer(installer());
146 installer()->StartInstallingWithDownloadManager(
172 TestPluginInstallerObserver installer_observer(installer());
173 installer()->StartInstallingWithDownloadManager(
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinput_view_browsertest.cc62 scoped_refptr<extensions::CrxInstaller> installer = local
67 content::Source<extensions::CrxInstaller>(installer.get()));
68 installer->set_allow_silent_install(true);
69 installer->set_creation_flags(extensions::Extension::FROM_WEBSTORE);
70 installer->InstallCrx(path);
73 std::string extensionId = installer->extension()->id();
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_unittest.cc14 #include "chrome/installer/util/master_preferences.h"
31 installer::MasterPreferences install_prefs("{ \"variations_seed\":\"xyz\" }");
42 installer::MasterPreferences install_prefs("{ }");
52 installer::MasterPreferences install_prefs(

Completed in 6166 milliseconds

12345678910