HomeSort by relevance Sort by last modified time
    Searched refs:installer (Results 176 - 200 of 268) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/chrome/installer/util/
channel_info.cc 5 #include "chrome/installer/util/channel_info.h"
9 #include "chrome/installer/util/google_update_constants.h"
10 #include "chrome/installer/util/util_constants.h"
29 installer::kChromeChannelBeta,
30 installer::kChromeChannelDev
140 namespace installer { namespace
306 } // namespace installer
channel_info_unittest.cc 8 #include "chrome/installer/util/channel_info.h"
9 #include "chrome/installer/util/util_constants.h"
12 using installer::ChannelInfo;
16 const std::wstring kChannelStable(installer::kChromeChannelStable);
17 const std::wstring kChannelBeta(installer::kChromeChannelBeta);
18 const std::wstring kChannelDev(installer::kChromeChannelDev);
chrome_app_host_operations.cc 5 #include "chrome/installer/util/chrome_app_host_operations.h"
11 #include "chrome/installer/util/browser_distribution.h"
12 #include "chrome/installer/util/channel_info.h"
13 #include "chrome/installer/util/helper.h"
14 #include "chrome/installer/util/master_preferences.h"
15 #include "chrome/installer/util/master_preferences_constants.h"
16 #include "chrome/installer/util/shell_util.h"
17 #include "chrome/installer/util/util_constants.h"
19 namespace installer { namespace
131 } // namespace installer
    [all...]
util_constants.cc 5 #include "chrome/installer/util/util_constants.h"
7 namespace installer { namespace
30 // Run the installer for Chrome SxS.
36 // this option is not compatible with any other installer options.
50 // Prevent installer from launching Chrome after a successful first install.
53 // Prevents installer from writing the Google Update key that causes Google
97 // Tells installer to expect to be run as a subsidiary to an MSI.
100 // Tells installer to install multiple products specified on the command line.
108 // Notify the installer that the OS has been upgraded.
120 // Used by the installer to forward the registration suffix of th
    [all...]
installation_validator.cc 7 #include "chrome/installer/util/installation_validator.h"
17 #include "chrome/installer/util/browser_distribution.h"
18 #include "chrome/installer/util/google_update_constants.h"
19 #include "chrome/installer/util/helper.h"
20 #include "chrome/installer/util/installation_state.h"
22 namespace installer { namespace
219 installer::GetChromeInstallPath(ctx.system_install, ctx.dist)
248 installer::kChromeAppHostExe,
258 installer::kChromeExe,
519 base::FilePath expected_path = installer::GetChromeInstallPath
    [all...]
shell_util.cc 6 // functions can be used by Chrome as well as Chrome installer. All of the
10 #include "chrome/installer/util/shell_util.h"
43 #include "chrome/installer/util/browser_distribution.h"
44 #include "chrome/installer/util/install_util.h"
45 #include "chrome/installer/util/l10n_string_util.h"
46 #include "chrome/installer/util/master_preferences.h"
47 #include "chrome/installer/util/master_preferences_constants.h"
48 #include "chrome/installer/util/util_constants.h"
272 string16 verb_name(installer::GetLocalizedString(verbs[i].name_id));
700 base::FilePath(chrome_exe).DirName().Append(installer::kSetupExe)
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 326 scoped_refptr<CrxInstaller> installer(
328 installer->set_delete_source(true);
332 installer->InstallUserScript(download_item.full_path(),
339 installer->set_original_mime_type(download_item.original_mime_type());
340 installer->set_apps_require_extension_mime_type(true);
341 installer->set_original_url(download_item.url());
342 installer->set_is_gallery_install(is_gallery_download);
343 installer->InstallCrx(download_item.full_path());
344 installer->set_allow_silent_install(is_gallery_download);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer_browsertest.cc 165 scoped_refptr<CrxInstaller> installer(
167 installer->set_allow_silent_install(true);
168 installer->set_is_gallery_install(true);
169 installer->InstallCrx(crx_path);
webstore_standalone_installer.cc 242 scoped_refptr<WebstoreInstaller> installer = new WebstoreInstaller( local
249 installer->Start();
tab_helper.cc 361 scoped_refptr<extensions::CrxInstaller> installer(
363 installer->set_error_on_unsupported_requirements(true);
364 installer->InstallWebApp(web_app_info);
375 scoped_refptr<WebstoreInlineInstaller> installer(
381 installer->BeginInstall();
extension_service.cc 741 scoped_refptr<CrxInstaller> installer(
743 installer->set_expected_id(id);
746 installer->set_install_source(pending_extension_info->install_source());
748 installer->set_allow_silent_install(true);
753 installer->set_install_source(extension->location());
777 installer->set_creation_flags(creation_flags);
779 installer->set_delete_source(true);
780 installer->set_download_url(download_url);
781 installer->set_install_cause(extension_misc::INSTALL_CAUSE_UPDATE);
782 installer->InstallCrx(extension_path)
    [all...]
  /external/chromium_org/chrome/common/metrics/variations/
experiment_labels.cc 12 #include "chrome/installer/util/google_update_experiment_util.h"
37 label += installer::BuildExperimentDateString(current_time);
  /external/chromium_org/chrome/installer/setup/
install_worker.h 5 // This file contains the declarations of the installer functions that build
24 namespace installer { namespace
32 // state key if running under an MSI installer.
189 // Adds work items to remove "quick-enable-cf" from the multi-installer
194 } // namespace installer
  /external/chromium_org/chrome/test/mini_installer_test/
test.cc 12 #include "chrome/installer/util/install_util.h"
13 #include "chrome/installer/util/installation_validator.h"
14 #include "chrome/installer/util/util_constants.h"
21 using installer::InstallationValidator;
85 // Install full installer at user level.
93 // Install full installer at system level.
101 // Overinstall full installer.
133 // Overinstall full Chrome Frame installer while IE browser is running.
150 // Overinstall diff installer.
173 // Overinstall diff Chrome Frame installer while IE browser is running
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 200 scoped_refptr<file_manager::AppInstaller> installer(
206 // installer will be AddRef()'d in BeginInstall().
207 installer->BeginInstall();
  /external/chromium_org/chrome/installer/linux/debian/
build.sh 8 # builds don't add the "${BUILDDIR}/installer/" files needed for packaging.
82 process_template "${BUILDDIR}/installer/common/repo.cron" \
88 process_template "${BUILDDIR}/installer/debian/debian.menu" \
91 process_template "${BUILDDIR}/installer/debian/postinst" \
94 process_template "${BUILDDIR}/installer/debian/prerm" \
97 process_template "${BUILDDIR}/installer/debian/postrm" \
249 source ${BUILDDIR}/installer/common/installer.include
255 source "${BUILDDIR}/installer/common/google-chrome.info"
257 source "${BUILDDIR}/installer/common/chromium-browser.info
    [all...]
  /sdk/find_java/
Android.mk 8 # find_java static library for host (used by find_java.exe and installer)
  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.cc 140 : installer(NULL),
243 ComponentInstaller* installer; member in struct:CrxUpdateService::CRXContext
247 CRXContext() : installer(NULL) {}
536 !component.installer)
671 crx_context->installer = workitem->component.installer;
900 // Here we fire the notifications and schedule the component-specific installer
    [all...]
recovery_component_installer.cc 78 recovery.installer = new RecoveryComponentInstaller(version, prefs);
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 21 #include "chrome/installer/util/browser_distribution.h"
22 #include "chrome/installer/util/product.h"
23 #include "chrome/installer/util/shell_util.h"
201 GetUserShortcutsDirectory().Append(shortcut_name + installer::kLnkExt);
204 installer::Product product(GetDistribution());
219 installer::Product product(distribution);
229 installer::kLnkExt);
296 l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME) + installer::kLnkExt;
318 l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME) + installer::kLnkExt;
328 installer::kLnkExt
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 238 scoped_refptr<CrxInstaller> installer(
240 installer->set_expected_id(id);
241 installer->InstallCrx(crx_path);
extension_service.cc 582 scoped_refptr<CrxInstaller> installer(
585 installer->set_expected_id(id);
587 installer->set_install_source(pending_extension_info.install_source());
589 installer->set_install_source(extension->location());
590 installer->set_delete_source(true);
591 installer->set_original_url(download_url);
592 installer->InstallCrx(extension_path);
    [all...]
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 100 scoped_refptr<extensions::UnpackedInstaller> installer = local
102 installer->set_prompt_for_plugins(false);
108 installer->Load(webapp_unpacked_);
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h 132 TestInstaller* installer);
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 692 scoped_refptr<extensions::CrxInstaller> installer = local
695 crx_installers_[installer.get()];
696 crx_installers_.erase(installer.get());
697 callback.Run(installer->did_handle_successfully());

Completed in 431 milliseconds

1 2 3 4 5 6 78 91011