Searched defs:installer (Results 26 - 50 of 128) sorted by relevance

123456

/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 Dproduct_operations.h14 #include "chrome/installer/util/shell_util.h"
15 #include "chrome/installer/util/util_constants.h"
20 namespace installer { namespace
96 } // namespace installer
H A Dwmi.h27 namespace installer { namespace
84 } // namespace installer
H A Dduplicate_tree_detector.cc6 #include "chrome/installer/util/duplicate_tree_detector.h"
12 namespace installer { namespace
55 } // namespace installer
H A Deula_util.h10 namespace installer { namespace
23 } // namespace installer
H A Dinstaller_util_test_common.cc5 #include "chrome/installer/util/installer_util_test_common.h"
13 namespace installer { namespace
36 } // namespace installer
H A Dapp_commands.h15 #include "chrome/installer/util/app_command.h"
23 namespace installer { namespace
70 } // namespace installer
H A Dchannel_info.h16 namespace installer { namespace
112 } // namespace installer
H A Dlanguage_selector.h16 namespace installer { namespace
57 } // namespace installer.
H A Dself_cleaning_temp_dir.h12 namespace installer { namespace
54 } // namespace installer
H A Dwmi_unittest.cc7 #include "chrome/installer/util/wmi.h"
10 namespace installer { namespace
51 } // namespace installer
/external/chromium_org/chrome_frame/cfinstall/src/implementation/
H A Dcrossdomaininstall.js11 goog.provide('google.cf.installer.CrossDomainInstall');
17 goog.require('google.cf.installer.InteractionDelegate');
18 goog.require('google.cf.installer.DialogInteractionDelegate');
23 google.cf.installer.CrossDomainInstall = {};
28 google.cf.installer.CrossDomainInstall.DEFAULT_DOWNLOAD_PAGE_URL =
39 * @param {google.cf.installer.InteractionDelegate=} opt_interactionDelegate An
44 google.cf.installer.CrossDomainInstall.execute = function(
49 google.cf.installer.CrossDomainInstall.DEFAULT_DOWNLOAD_PAGE_URL);
55 new google.cf.installer.DialogInteractionDelegate();
104 google.cf.installer
[all...]
H A Ddialoginteractiondelegate.js10 goog.provide('google.cf.installer.DialogInteractionDelegate');
17 goog.require('google.cf.installer.InteractionDelegate');
20 * An implementation of google.cf.installer.InteractionDelegate that decorates
23 * @implements {google.cf.installer.InteractionDelegate}
25 google.cf.installer.DialogInteractionDelegate = function() {
33 google.cf.installer.DialogInteractionDelegate.injectedCss_ = false;
39 google.cf.installer.DialogInteractionDelegate.injectCss_ = function() {
40 if (google.cf.installer.DialogInteractionDelegate.injectedCss_)
43 google.cf.installer.DialogInteractionDelegate.injectedCss_ = true;
102 google.cf.installer
[all...]
/external/chromium_org/chrome_frame/cfinstall/src/common/
H A Dcf-interactiondelegate-externs.js10 google.cf.installer.InteractionDelegate.prototype.getIFrameContainer;
11 google.cf.installer.InteractionDelegate.prototype.reset;
12 google.cf.installer.InteractionDelegate.prototype.show;
13 google.cf.installer.InteractionDelegate.prototype.customizeIFrame;
H A Dinteractiondelegate.js11 goog.provide('google.cf.installer.InteractionDelegate');
18 google.cf.installer.InteractionDelegate = function() {};
26 google.cf.installer.InteractionDelegate.prototype.getIFrameContainer =
35 google.cf.installer.InteractionDelegate.prototype.customizeIFrame =
42 google.cf.installer.InteractionDelegate.prototype.show = function() {};
49 google.cf.installer.InteractionDelegate.prototype.reset = function() {};
/external/chromium_org/chrome_frame/cfinstall/src/stub/
H A Doverlaydelegate.js10 goog.provide('google.cf.installer.OverlayDelegate');
12 goog.require('google.cf.installer.InteractionDelegate');
13 goog.require('google.cf.installer.frame');
19 * @implements {google.cf.installer.InteractionDelegate}
21 google.cf.installer.OverlayDelegate = function(args) {
30 google.cf.installer.OverlayDelegate.styleInjected_ = false;
36 google.cf.installer.OverlayDelegate.injectCss_ = function() {
37 if (google.cf.installer.OverlayDelegate.styleInjected_)
71 google.cf.installer.OverlayDelegate.styleInjected_ = true;
78 google.cf.installer
[all...]
H A Dprompt.js10 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
[all...]
H A Dinlinedelegate.js10 goog.provide('google.cf.installer.InlineDelegate');
14 goog.require('google.cf.installer.InteractionDelegate');
15 goog.require('google.cf.installer.frame');
21 * @implements {google.cf.installer.InteractionDelegate}
23 google.cf.installer.InlineDelegate = function(args) {
34 google.cf.installer.InlineDelegate.styleInjected_ = false;
40 google.cf.installer.InlineDelegate.injectCss_ = function() {
41 if (google.cf.installer.InlineDelegate.styleInjected_)
53 google.cf.installer.InlineDelegate.styleInjected_ = true;
59 google.cf.installer
[all...]
/external/chromium_org/chrome/browser/plugins/
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);
H A Dplugin_installer_unittest.cc13 PluginInstaller::SecurityStatus GetSecurityStatus(PluginInstaller* installer, argument
20 return installer->GetSecurityStatus(plugin);
33 PluginInstaller installer("claybrick-writer",
38 EXPECT_EQ(kRequiresAuthorization, GetSecurityStatus(&installer, "1.2.3"));
40 EXPECT_EQ(kUpToDate, GetSecurityStatus(&installer, "1.2.3"));
43 installer.AddVersion(Version("9.4.1"), kRequiresAuthorization);
44 installer.AddVersion(Version("10"), kOutOfDate);
45 installer.AddVersion(Version("10.2.1"), kUpToDate);
48 EXPECT_EQ(kOutOfDate, GetSecurityStatus(&installer, "foo"));
50 EXPECT_EQ(kOutOfDate, GetSecurityStatus(&installer, "
[all...]
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_profile_observer.cc13 PnaclComponentInstaller* installer) : pnacl_installer_(installer) {
12 PnaclProfileObserver( PnaclComponentInstaller* installer) argument
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal.h15 namespace installer { namespace
34 // Loads master preferences from the master preference file into the installer
36 // master_prefs_path. Returns the pointer to installer::MasterPreferences object
38 installer::MasterPreferences* LoadMasterPrefs(
46 // Sets up master preferences by preferences passed by installer.
48 const installer::MasterPreferences& install_prefs,
51 void SetDefaultBrowser(installer::MasterPreferences* install_prefs);
72 bool ShowPostInstallEULAIfNeeded(installer::MasterPreferences* install_prefs);
/external/chromium_org/chrome/installer/setup/
H A Dinstall.h14 #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
H A Dsetup_constants.cc5 #include "chrome/installer/setup/setup_constants.h"
7 namespace installer { namespace
27 } // namespace installer
H A Dsetup_util.h17 #include "chrome/installer/util/browser_distribution.h"
18 #include "chrome/installer/util/util_constants.h"
27 namespace installer { namespace
69 // installer if one is found that is newer than the currently running installer
93 const installer::InstallerState& installer_state,
94 const installer::InstallationState& machine_state,
108 const installer::InstallationState& machine_state);
139 } // namespace installer

Completed in 308 milliseconds

123456