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

1 2 3 45 6 7 8 91011

  /external/chromium_org/chrome/installer/setup/
install_worker.cc 5 // This file contains the definitions of the installer functions that build
8 #include "chrome/installer/setup/install_worker.h"
32 #include "chrome/installer/setup/install.h"
33 #include "chrome/installer/setup/setup_constants.h"
34 #include "chrome/installer/setup/setup_util.h"
35 #include "chrome/installer/util/browser_distribution.h"
36 #include "chrome/installer/util/callback_work_item.h"
37 #include "chrome/installer/util/conditional_work_item_list.h"
38 #include "chrome/installer/util/create_reg_key_work_item.h"
39 #include "chrome/installer/util/google_update_constants.h
53 namespace installer { namespace
    [all...]
setup_util.cc 7 #include "chrome/installer/setup/setup_util.h"
23 #include "chrome/installer/setup/setup_constants.h"
24 #include "chrome/installer/util/copy_tree_work_item.h"
25 #include "chrome/installer/util/google_update_constants.h"
26 #include "chrome/installer/util/installation_state.h"
27 #include "chrome/installer/util/installer_state.h"
28 #include "chrome/installer/util/master_preferences.h"
29 #include "chrome/installer/util/util_constants.h"
30 #include "chrome/installer/util/work_item.h"
35 namespace installer { namespace
    [all...]
  /external/chromium_org/chrome/installer/util/
install_util.h 5 // This file declares utility functions for the installer. The original reason
6 // for putting these functions in installer\util library is so that we can
20 #include "chrome/installer/util/browser_distribution.h"
21 #include "chrome/installer/util/util_constants.h"
30 // utility methods that can be used by installer and also unit tested
75 // NoRollbackWorkItemList, to set installer error information in the registry
81 installer::InstallStatus status,
86 // Update the installer stage reported by Google Update. |state_key_path|
88 // created before the machine state is modified by the installer.
91 installer::InstallerStage stage)
    [all...]
app_command.h 20 namespace installer { namespace
84 } // namespace installer
app_commands.h 15 #include "chrome/installer/util/app_command.h"
23 namespace installer { namespace
70 } // namespace installer
channel_info.h 16 namespace installer { namespace
119 } // namespace installer
chrome_frame_operations.cc 5 #include "chrome/installer/util/chrome_frame_operations.h"
10 #include "chrome/installer/util/channel_info.h"
11 #include "chrome/installer/util/helper.h"
12 #include "chrome/installer/util/master_preferences.h"
13 #include "chrome/installer/util/master_preferences_constants.h"
14 #include "chrome/installer/util/util_constants.h"
16 namespace installer { namespace
60 key_files->push_back(base::FilePath(installer::kChromeFrameDll));
61 key_files->push_back(base::FilePath(installer::kChromeFrameHelperExe));
68 com_dll_list->push_back(base::FilePath(installer::kChromeFrameDll))
    [all...]
duplicate_tree_detector.cc 6 #include "chrome/installer/util/duplicate_tree_detector.h"
12 namespace installer { namespace
55 } // namespace installer
fake_installation_state.h 10 #include "chrome/installer/util/fake_product_state.h"
11 #include "chrome/installer/util/helper.h"
12 #include "chrome/installer/util/installation_state.h"
13 #include "chrome/installer/util/util_constants.h"
15 namespace installer { namespace
56 } // namespace installer
html_dialog.h 17 namespace installer { namespace
98 } // namespace installer
language_selector.h 16 namespace installer { namespace
57 } // namespace installer.
master_preferences_dummy.cc 8 // for Native Client support which uses the 32 bit installer, most of the
11 #include "chrome/installer/util/master_preferences.h"
19 namespace installer { namespace
59 } // namespace installer
product.cc 5 #include "chrome/installer/util/product.h"
13 #include "chrome/installer/util/chrome_app_host_operations.h"
14 #include "chrome/installer/util/chrome_binaries_operations.h"
15 #include "chrome/installer/util/chrome_browser_operations.h"
16 #include "chrome/installer/util/chrome_browser_sxs_operations.h"
17 #include "chrome/installer/util/chrome_frame_operations.h"
18 #include "chrome/installer/util/google_update_constants.h"
19 #include "chrome/installer/util/helper.h"
20 #include "chrome/installer/util/install_util.h"
21 #include "chrome/installer/util/master_preferences.h
28 namespace installer { namespace
    [all...]
browser_distribution.h 16 #include "chrome/installer/util/util_constants.h"
68 // IMPORTANT: This should only be called by the installer which needs to make
155 installer::ArchiveType archive_type,
156 installer::InstallStatus install_status);
chrome_binaries_operations.cc 5 #include "chrome/installer/util/chrome_binaries_operations.h"
10 #include "chrome/installer/util/channel_info.h"
11 #include "chrome/installer/util/helper.h"
12 #include "chrome/installer/util/master_preferences.h"
13 #include "chrome/installer/util/master_preferences_constants.h"
14 #include "chrome/installer/util/util_constants.h"
16 namespace installer { namespace
34 key_files->push_back(base::FilePath(installer::kChromeDll));
94 } // namespace installer
google_chrome_distribution_dummy.cc 11 #include "chrome/installer/util/google_chrome_distribution.h"
146 installer::ArchiveType archive_type,
147 installer::InstallStatus install_status) {
install_util_unittest.cc 13 #include "chrome/installer/util/google_update_constants.h"
14 #include "chrome/installer/util/install_util.h"
15 #include "chrome/installer/util/product_unittest.h"
87 installer::BUILDING);
102 installer::BUILDING);
117 installer::NO_STAGE);
136 .DeleteValue(installer::kInstallerExtraCode1);
138 installer::BUILDING);
142 .ReadValueDW(installer::kInstallerExtraCode1, &value));
143 EXPECT_EQ(static_cast<DWORD>(installer::BUILDING), value)
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
component_patcher.h 75 // component installer, and creates a new (non-differential) unpacked CRX, which
83 ComponentInstaller* installer,
component_unpacker.h 24 // error the component specific installer will be invoked to proceed with
58 // Unpacks, verifies and calls the installer. |pk_hash| is the expected
64 ComponentInstaller* installer);
66 // If something went wrong during unpacking or installer invocation, the
component_patcher.cc 51 // using input_abs_path_ files that the installer knows about.
56 ComponentInstaller* installer,
74 command_args, input_dir, unpack_dir, patcher, installer, error);
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_unittest.cc 86 scoped_refptr<TestWebstoreInlineInstaller> installer = local
88 return installer->TestCheckRequestorPermitted(webstore_data);
104 scoped_refptr<TestWebstoreInlineInstaller> installer = local
106 return installer->TestCheckRequestorPermitted(webstore_data);
extension_browsertest.cc 123 scoped_refptr<extensions::UnpackedInstaller> installer(
125 installer->set_prompt_for_plugins(false);
126 installer->set_require_modern_manifest_version(
128 installer->Load(path);
429 scoped_refptr<extensions::CrxInstaller> installer(
431 installer->set_expected_id(id);
432 installer->set_creation_flags(creation_flags);
433 installer->set_install_source(install_source);
434 installer->set_install_wait_for_idle(wait_for_idle);
435 if (!installer->is_gallery_install())
    [all...]
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.cc 50 scoped_refptr<EphemeralAppLauncher> installer = local
55 installer->set_install_source(WebstoreInstaller::INSTALL_SOURCE_APP_LAUNCHER);
56 return installer;
64 scoped_refptr<EphemeralAppLauncher> installer = local
68 installer->set_install_source(WebstoreInstaller::INSTALL_SOURCE_OTHER);
69 return installer;
  /external/chromium_org/chrome/renderer/resources/extensions/
webstore_custom_bindings.js 9 function Installer() {
13 Installer.prototype.install = function(url, onSuccess, onFailure) {
26 Installer.prototype.onInstallResponse = function(installId, success, error) {
46 var installer = new Installer();
50 installer.install(url, onSuccess, onFailure);
56 installer.onInstallResponse(installId, success, error);
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
frame.js 10 goog.provide('google.cf.installer.frame');
18 google.cf.installer.frame.setProperties = function(node, args) {
36 google.cf.installer.frame.getParentNode = function(args) {

Completed in 253 milliseconds

1 2 3 45 6 7 8 91011