/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
prompt.js | 10 goog.provide('google.cf.installer.Prompt'); 12 goog.require('google.cf.installer.InteractionDelegate'); 21 google.cf.installer.Prompt = function(opt_windowInstance) { 27 * @type {!google.cf.installer.InteractionDelegate|undefined} 30 google.cf.installer.Prompt.prototype.customInteractionDelegate_ = undefined; 36 google.cf.installer.Prompt.prototype. 41 * @param {!google.cf.installer.InteractionDelegate} interactionDelegate The 44 google.cf.installer.Prompt.prototype.setInteractionDelegate = 54 google.cf.installer.Prompt.prototype.setSameDomainResourceUri = function(uri) { 62 * google.cf.installer.InteractionDelegate=, string=) [all...] |
/external/chromium_org/chrome/installer/util/ |
language_selector_unittest.cc | 8 #include "chrome/installer/util/language_selector.h" 36 installer::LanguageSelector instance; 46 installer::LanguageSelector instance( 56 installer::LanguageSelector instance( 66 installer::LanguageSelector instance( 80 installer::LanguageSelector instance( 119 installer::LanguageSelector instance( 168 installer::LanguageSelector instance;
|
product_unittest.cc | 5 #include "chrome/installer/util/product_unittest.h" 11 #include "chrome/installer/util/chrome_frame_distribution.h" 12 #include "chrome/installer/util/google_update_constants.h" 13 #include "chrome/installer/util/installation_state.h" 14 #include "chrome/installer/util/installer_state.h" 15 #include "chrome/installer/util/master_preferences.h" 16 #include "chrome/installer/util/product.h" 19 using installer::Product; 20 using installer::MasterPreferences; 64 installer::MasterPreferences prefs(cmd_line) [all...] |
chrome_browser_operations.cc | 5 #include "chrome/installer/util/chrome_browser_operations.h" 12 #include "chrome/installer/util/browser_distribution.h" 13 #include "chrome/installer/util/channel_info.h" 14 #include "chrome/installer/util/helper.h" 15 #include "chrome/installer/util/install_util.h" 16 #include "chrome/installer/util/master_preferences.h" 17 #include "chrome/installer/util/master_preferences_constants.h" 18 #include "chrome/installer/util/shell_util.h" 19 #include "chrome/installer/util/user_experiment.h" 20 #include "chrome/installer/util/util_constants.h 22 namespace installer { namespace [all...] |
fake_product_state.h | 9 #include "chrome/installer/util/installation_state.h" 11 namespace installer { namespace 33 } // namespace installer
|
google_update_experiment_util.cc | 5 #include "chrome/installer/util/google_update_experiment_util.h" 24 namespace installer { namespace 63 } // namespace installer
|
installer_util_test_common.cc | 5 #include "chrome/installer/util/installer_util_test_common.h" 13 namespace installer { namespace 36 } // namespace installer
|
self_cleaning_temp_dir.h | 12 namespace installer { namespace 54 } // namespace installer
|
uninstall_metrics_unittest.cc | 5 #include "chrome/installer/util/uninstall_metrics.h" 14 namespace installer { namespace 59 } // namespace installer
|
google_update_settings_unittest.cc | 13 #include "chrome/installer/util/browser_distribution.h" 14 #include "chrome/installer/util/channel_info.h" 15 #include "chrome/installer/util/fake_installation_state.h" 16 #include "chrome/installer/util/google_update_constants.h" 17 #include "chrome/installer/util/google_update_experiment_util.h" 18 #include "chrome/installer/util/google_update_settings.h" 19 #include "chrome/installer/util/util_constants.h" 20 #include "chrome/installer/util/work_item_list.h" 24 using installer::ChannelInfo; 77 { L"dev", installer::kChromeChannelDev } [all...] |
chrome_app_host_distribution.h | 11 #include "chrome/installer/util/browser_distribution.h" 12 #include "chrome/installer/util/util_constants.h" 65 installer::ArchiveType archive_type, 66 installer::InstallStatus install_status) OVERRIDE;
|
chrome_frame_distribution.h | 11 #include "chrome/installer/util/browser_distribution.h" 12 #include "chrome/installer/util/util_constants.h" 62 installer::ArchiveType archive_type, 63 installer::InstallStatus install_status) OVERRIDE;
|
google_chrome_distribution.h | 13 #include "chrome/installer/util/browser_distribution.h" 87 installer::ArchiveType archive_type, 88 installer::InstallStatus install_status) OVERRIDE;
|
/bootable/diskinstaller/ |
config.mk | 53 define installer-copy-modules 64 # Build the installer ramdisk image 67 installer_ramdisk := $(TARGET_INSTALLER_OUT)/ramdisk-installer.img 69 installer_config := $(diskinstaller_root)/installer.conf 85 @echo ----- Making installer image ------ 98 @echo Copying installer base files... 99 $(call installer-copy-modules,$(TARGET_OUT),\ 106 $(TARGET_INSTALLER_SYSTEM_OUT)/etc/installer.conf 107 cp -f $(installer_binary) $(TARGET_INSTALLER_SYSTEM_OUT)/bin/installer 111 @echo ----- Made installer ramdisk -[ $@ ] [all...] |
/external/chromium_org/chrome/browser/component_updater/test/ |
component_updater_service_unittest.cc | 214 TestInstaller* installer) { 226 com->installer = installer; 286 TestInstaller installer; local 293 &installer)); 300 EXPECT_EQ(0, static_cast<TestInstaller*>(com.installer)->error()); 301 EXPECT_EQ(0, static_cast<TestInstaller*>(com.installer)->install_count()); 342 EXPECT_EQ(0, static_cast<TestInstaller*>(com.installer)->error()); 343 EXPECT_EQ(0, static_cast<TestInstaller*>(com.installer)->install_count()); 440 EXPECT_EQ(0, static_cast<TestInstaller*>(com1.installer)->error()) 515 TestInstaller installer; local 962 VersionedTestInstaller installer; local 1033 TestInstaller installer; local 1079 } installer; local 1181 VersionedTestInstaller installer; local 1282 TestInstaller installer; local 1367 TestInstaller installer; local [all...] |
/external/chromium_org/chrome/browser/plugins/ |
plugin_infobar_delegates.cc | 176 PluginInstaller* installer, 183 installer, plugin_metadata.Pass(), l10n_util::GetStringFUTF16( 184 (installer->state() == PluginInstaller::INSTALLER_STATE_IDLE) ? 190 PluginInstaller* installer, 194 WeakPluginInstallerObserver(installer), 239 DCHECK_EQ(PluginInstaller::INSTALLER_STATE_IDLE, installer()->state()); 246 installer()->OpenDownloadURL(plugin_url, web_contents()); 248 installer()->StartInstalling(plugin_url, web_contents()); 301 infobar(), installer(), plugin_metadata_->Clone(), false, message); 309 PluginInstaller* installer, [all...] |
plugin_finder.h | 47 // language tag, i.e. en-US). If found, sets |installer| to the 52 PluginInstaller** installer, 55 // Finds the plug-in with the given identifier. If found, sets |installer| 57 // of the corresponding PluginMetadata. |installer| may be NULL. 59 PluginInstaller** installer,
|
plugin_infobar_delegates.h | 86 PluginInstaller* installer, 90 OutdatedPluginInfoBarDelegate(PluginInstaller* installer, 132 // |installer|. When the user accepts, |callback| is called. 136 PluginInstaller* installer, 143 PluginInstaller* installer, 149 PluginInstallerInfoBarDelegate(PluginInstaller* installer,
|
/external/chromium/chrome/browser/first_run/ |
upgrade_util_win.cc | 22 #include "chrome/installer/util/browser_distribution.h" 23 #include "chrome/installer/util/google_update_constants.h" 24 #include "chrome/installer/util/install_util.h" 25 #include "chrome/installer/util/shell_util.h" 26 #include "chrome/installer/util/util_constants.h" 34 *path = path->Append(installer::kChromeNewExe); 53 if (exit_code == installer::RENAME_SUCCESSFUL) 104 if (exit_code == installer::RENAME_SUCCESSFUL)
|
/external/chromium_org/chrome/browser/infobars/ |
infobars_browsertest.cc | 46 scoped_refptr<extensions::CrxInstaller> installer( 48 installer->set_install_cause(extension_misc::INSTALL_CAUSE_AUTOMATION); 49 installer->InstallCrx(path);
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher_operation.cc | 60 ComponentInstaller* installer, 70 command_args, input_dir, installer); 114 ComponentInstaller* installer) { 119 if (!installer->GetInstalledFile(input_rel_path, &input_abs_path_)) 139 ComponentInstaller* installer) { 164 ComponentInstaller* installer) { 171 if (!installer->GetInstalledFile(input_rel_path, &input_abs_path_)) 196 ComponentInstaller* installer) { 203 if (!installer->GetInstalledFile(input_rel_path, &input_abs_path_))
|
/external/chromium_org/chrome/browser/first_run/ |
first_run_internal_posix.cc | 17 #include "chrome/installer/util/google_update_settings.h" 18 #include "chrome/installer/util/master_preferences.h" 60 bool ShowPostInstallEULAIfNeeded(installer::MasterPreferences* install_prefs) {
|
first_run.cc | 52 #include "chrome/installer/util/master_preferences.h" 53 #include "chrome/installer/util/master_preferences_constants.h" 54 #include "chrome/installer/util/util_constants.h" 164 installer::MasterPreferences* install_prefs) { 419 // Loads master preferences from the master preference file into the installer 420 // master preferences. Returns the pointer to installer::MasterPreferences 422 installer::MasterPreferences* LoadMasterPrefs() { 430 installer::MasterPreferences* install_prefs = 431 new installer::MasterPreferences(master_prefs_path); 468 const installer::MasterPreferences& master_prefs) [all...] |
/external/chromium_org/chrome/installer/setup/ |
install.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" 18 #include "chrome/installer/util/util_constants.h" 24 namespace installer { namespace 101 // prefs: master preferences. See chrome/installer/util/master_preferences.h. 116 const installer::MasterPreferences& prefs, 140 } // namespace installer
|
install_worker_unittest.cc | 5 #include "chrome/installer/setup/install_worker.h" 10 #include "chrome/installer/setup/setup_util.h" 11 #include "chrome/installer/util/delete_reg_key_work_item.h" 12 #include "chrome/installer/util/create_reg_key_work_item.h" 13 #include "chrome/installer/util/helper.h" 14 #include "chrome/installer/util/google_update_constants.h" 15 #include "chrome/installer/util/installation_state.h" 16 #include "chrome/installer/util/installer_state.h" 17 #include "chrome/installer/util/set_reg_value_work_item.h" 18 #include "chrome/installer/util/util_constants.h [all...] |