Searched refs:installer (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dkeystone_install.sh9 /usr/sbin/installer -pkg "$1/@@HOST_PKG@@.pkg" -target /
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer_observer.cc9 PluginInstallerObserver::PluginInstallerObserver(PluginInstaller* installer) argument
10 : installer_(installer) {
11 installer->AddObserver(this);
31 PluginInstaller* installer) : PluginInstallerObserver(installer) {
32 installer->AddWeakObserver(this);
36 installer()->RemoveWeakObserver(this);
30 WeakPluginInstallerObserver( PluginInstaller* installer) argument
H A Dplugin_installer_observer.h14 explicit PluginInstallerObserver(PluginInstaller* installer);
18 PluginInstaller* installer() const { return installer_; } function in class:PluginInstallerObserver
32 // A WeakPluginInstallerObserver is like a weak pointer to the installer, in the
37 explicit WeakPluginInstallerObserver(PluginInstaller* installer);
/external/chromium_org/chrome/installer/util/
H A Dlogging_installer.h14 namespace installer { namespace
18 // Verbose installer runs clock in at around 50K, non-verbose much less than
19 // that. Some installer operations span multiple setup.exe runs, so we try
46 // Call to initialize logging for Chrome installer.
47 void InitInstallerLogging(const installer::MasterPreferences& prefs);
49 // Call when done using logging for Chrome installer.
53 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs);
55 } // namespace installer
H A Deula_util.h10 namespace installer { namespace
23 } // namespace installer
H A Dmaster_preferences_unittest.cc14 #include "chrome/installer/util/master_preferences.h"
15 #include "chrome/installer/util/master_preferences_constants.h"
16 #include "chrome/installer/util/util_constants.h"
46 installer::MasterPreferences prefs(prefs_file());
80 installer::MasterPreferences prefs(prefs_file());
84 installer::master_preferences::kDistroImportSearchPref,
85 installer::master_preferences::kDistroImportHistoryPref,
86 installer::master_preferences::kDistroImportBookmarksPref,
87 installer::master_preferences::kDistroImportHomePagePref,
88 installer
[all...]
H A Dmaster_preferences.cc5 #include "chrome/installer/util/master_preferences.h"
16 #include "chrome/installer/util/master_preferences_constants.h"
17 #include "chrome/installer/util/util_constants.h"
23 base::LazyInstance<installer::MasterPreferences> g_master_preferences =
72 namespace installer { namespace
123 if (cmd_line.HasSwitch(installer::switches::kInstallerData)) {
125 installer::switches::kInstallerData));
140 { installer::switches::kAutoLaunchChrome,
141 installer::master_preferences::kAutoLaunchChrome },
142 { installer
[all...]
H A Dchrome_app_host_distribution.cc7 // Chrome App Host installer that does not interact with Google Chrome or
10 #include "chrome/installer/util/chrome_app_host_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"
28 new UpdatingAppRegistrationData(installer
[all...]
H A Dduplicate_tree_detector.h16 namespace installer { namespace
27 } // namespace installer
H A Dinstaller_util_test_common.h12 namespace installer { namespace
22 } // namespace installer
H A Dgoogle_chrome_binaries_distribution.h10 #include "chrome/installer/util/chromium_binaries_distribution.h"
19 installer::ArchiveType archive_type,
20 installer::InstallStatus install_status);
H A Dlogging_installer_unittest.cc12 #include "chrome/installer/util/logging_installer.h"
16 const std::string test_data(installer::kMaxInstallerLogFileSize + 1, 'a');
30 EXPECT_EQ(installer::LOGFILE_TRUNCATED,
31 installer::TruncateLogFileIfNeeded(temp_file));
34 EXPECT_EQ(installer::kTruncatedInstallerLogFileSize , file_size);
41 const std::string test_data(installer::kMaxInstallerLogFileSize, 'a');
55 EXPECT_EQ(installer::LOGFILE_UNTOUCHED,
56 installer::TruncateLogFileIfNeeded(temp_file));
63 const std::string test_data(installer::kMaxInstallerLogFileSize + 1, 'a');
83 EXPECT_EQ(installer
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinstall_limiter.cc25 // Get file size. In case of error, sets 0 as file size to let the installer
39 const scoped_refptr<CrxInstaller>& installer,
41 : installer(installer),
65 void InstallLimiter::Add(const scoped_refptr<CrxInstaller>& installer, argument
69 installer->InstallCrx(path);
77 base::Bind(&InstallLimiter::AddWithSize, AsWeakPtr(), installer, path));
81 const scoped_refptr<CrxInstaller>& installer,
87 RunInstall(installer, path);
94 deferred_installs_.push(DeferredInstall(installer, pat
38 DeferredInstall( const scoped_refptr<CrxInstaller>& installer, const base::FilePath& path) argument
80 AddWithSize( const scoped_refptr<CrxInstaller>& installer, const base::FilePath& path, int64 size) argument
117 RunInstall(const scoped_refptr<CrxInstaller>& installer, const base::FilePath& path) argument
134 const scoped_refptr<CrxInstaller> installer = local
[all...]
H A Dinstall_limiter.h38 void Add(const scoped_refptr<CrxInstaller>& installer,
44 DeferredInstall(const scoped_refptr<CrxInstaller>& installer,
48 const scoped_refptr<CrxInstaller> installer; member in struct:extensions::InstallLimiter::DeferredInstall
57 // Otherwise, it just runs the installer.
58 void AddWithSize(const scoped_refptr<CrxInstaller>& installer,
65 // Starts install using passed-in info and observes |installer|'s done
67 void RunInstall(const scoped_refptr<CrxInstaller>& installer,
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc5 #include "chrome/installer/setup/setup_main.h"
40 #include "chrome/installer/setup/archive_patch_helper.h"
41 #include "chrome/installer/setup/install.h"
42 #include "chrome/installer/setup/install_worker.h"
43 #include "chrome/installer/setup/setup_constants.h"
44 #include "chrome/installer/setup/setup_util.h"
45 #include "chrome/installer/setup/uninstall.h"
46 #include "chrome/installer/util/browser_distribution.h"
47 #include "chrome/installer/util/channel_info.h"
48 #include "chrome/installer/uti
1382 namespace installer { namespace
[all...]
H A Dinstall_unittest.cc20 #include "chrome/installer/setup/install.h"
21 #include "chrome/installer/setup/install_worker.h"
22 #include "chrome/installer/setup/setup_constants.h"
23 #include "chrome/installer/util/browser_distribution.h"
24 #include "chrome/installer/util/installer_state.h"
25 #include "chrome/installer/util/master_preferences.h"
26 #include "chrome/installer/util/master_preferences_constants.h"
27 #include "chrome/installer/util/product.h"
28 #include "chrome/installer/util/shell_util.h"
29 #include "chrome/installer/uti
[all...]
H A Dsetup_constants.cc5 #include "chrome/installer/setup/setup_constants.h"
7 namespace installer { namespace
23 } // namespace installer
H A Dsetup_constants.h5 // Defines all the command-line switches used by Chrome installer.
10 namespace installer { namespace
23 } // namespace installer
H A Dinstall.cc5 #include "chrome/installer/setup/install.h"
26 #include "chrome/installer/setup/install_worker.h"
27 #include "chrome/installer/setup/setup_constants.h"
28 #include "chrome/installer/util/auto_launch_util.h"
29 #include "chrome/installer/util/browser_distribution.h"
30 #include "chrome/installer/util/create_reg_key_work_item.h"
31 #include "chrome/installer/util/delete_after_reboot_helper.h"
32 #include "chrome/installer/util/google_update_constants.h"
33 #include "chrome/installer/util/helper.h"
34 #include "chrome/installer/uti
281 namespace installer { namespace
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_crx_util.cc79 scoped_refptr<extensions::CrxInstaller> installer(
85 installer->set_error_on_unsupported_requirements(true);
86 installer->set_delete_source(true);
87 installer->set_install_cause(extension_misc::INSTALL_CAUSE_USER_DOWNLOAD);
88 installer->set_original_mime_type(download_item.GetOriginalMimeType());
89 installer->set_apps_require_extension_mime_type(true);
91 return installer;
99 scoped_refptr<extensions::CrxInstaller> installer(
103 installer->set_off_store_install_allow_reason(
109 installer
[all...]
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal.h15 namespace installer { namespace
32 // Sets up master preferences by preferences passed by installer.
34 const installer::MasterPreferences& install_prefs,
58 bool ShowPostInstallEULAIfNeeded(installer::MasterPreferences* install_prefs);
H A Dfirst_run_internal_linux.cc10 #include "chrome/installer/util/master_preferences.h"
25 return master_prefs.AppendASCII(installer::kDefaultMasterPrefs);
H A Dfirst_run_internal_win.cc26 #include "chrome/installer/util/google_update_settings.h"
27 #include "chrome/installer/util/install_util.h"
28 #include "chrome/installer/util/master_preferences.h"
29 #include "chrome/installer/util/master_preferences_constants.h"
30 #include "chrome/installer/util/util_constants.h"
47 exe_dir = exe_dir.Append(installer::kInstallerDir);
48 base::FilePath exe_path = exe_dir.Append(installer::kSetupExe);
52 cl.AppendSwitchNative(installer::switches::kShowEula, value);
55 cl.AppendSwitch(installer::switches::kShowEulaForMetro);
84 bool IsEULANotAccepted(installer
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dwebstore_custom_bindings.js78 var installer = new Installer();
82 installer.install(url, onSuccess, onFailure);
84 onInstallStageChanged: installer.onInstallStageChanged,
85 onDownloadProgress: installer.onDownloadProgress
92 Installer.prototype.onInstallResponse.bind(installer);
94 Installer.prototype.onInstallStageChanged.bind(installer);
96 Installer.prototype.onDownloadProgress.bind(installer);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_browsertest.cc91 scoped_refptr<extensions::CrxInstaller> installer(
93 installer->set_expected_id(std::string());
94 installer->set_is_gallery_install(false);
95 installer->set_install_source(extensions::Manifest::INTERNAL);
96 installer->set_install_immediately(true);
97 installer->set_off_store_install_allow_reason(
102 content::Source<extensions::CrxInstaller>(installer.get()));
104 installer->InstallCrx(crx_path);

Completed in 304 milliseconds

12345678910