HomeSort by relevance Sort by last modified time
    Searched refs:installer (Results 1 - 25 of 244) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/remoting/host/installer/mac/Scripts/
keystone_install.sh 9 /usr/sbin/installer -pkg "$1/@@HOST_PKG@@.pkg" -target /
  /external/chromium_org/chrome/browser/plugins/
plugin_installer_observer.cc 9 PluginInstallerObserver::PluginInstallerObserver(PluginInstaller* installer)
10 : installer_(installer) {
11 installer->AddObserver(this);
31 PluginInstaller* installer) : PluginInstallerObserver(installer) {
32 installer->AddWeakObserver(this);
36 installer()->RemoveWeakObserver(this);
plugin_installer_observer.h 14 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/
eula_util.h 10 namespace installer { namespace
23 } // namespace installer
logging_installer.h 14 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
duplicate_tree_detector.h 16 namespace installer { namespace
27 } // namespace installer
installer_util_test_common.h 12 namespace installer { namespace
22 } // namespace installer
master_preferences_unittest.cc 14 #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::master_preferences::kDoNotCreateAnyShortcuts
    [all...]
master_preferences.cc 5 #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::switches::kChromeAppHostDeprecated
    [all...]
google_chrome_binaries_distribution.h 10 #include "chrome/installer/util/chromium_binaries_distribution.h"
19 installer::ArchiveType archive_type,
20 installer::InstallStatus install_status);
chrome_app_host_distribution.cc 7 // 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::kAppLauncherGuid)))
    [all...]
google_update_experiment_util.h 27 namespace installer { namespace
33 } // namespace installer
helper.h 18 namespace installer { namespace
37 } // namespace installer
uninstall_metrics.h 15 namespace installer { namespace
29 } // namespace installer
logging_installer_unittest.cc 12 #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::LOGFILE_UNTOUCHED
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run_internal.h 15 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);
first_run_internal_linux.cc 10 #include "chrome/installer/util/master_preferences.h"
25 return master_prefs.AppendASCII(installer::kDefaultMasterPrefs);
first_run_internal_win.cc 26 #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::MasterPreferences* install_prefs)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter.cc 25 // 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,
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, path))
134 const scoped_refptr<CrxInstaller> installer = local
    [all...]
install_limiter.h 38 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/
setup_main.cc 5 #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/util/delete_after_reboot_helper.h
1382 namespace installer { namespace
    [all...]
install_unittest.cc 20 #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/util/util_constants.h
    [all...]
setup_constants.h 5 // Defines all the command-line switches used by Chrome installer.
10 namespace installer { namespace
23 } // namespace installer
install.cc 5 #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/util/install_util.h
281 namespace installer { namespace
    [all...]
  /external/chromium_org/chrome/browser/download/
download_crx_util.cc 79 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->InstallUserScript(download_item.GetFullPath()
    [all...]

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 910