Searched defs:Installer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dwebstore_custom_bindings.js10 function Installer() { class
18 Installer.prototype.install = function(url, onSuccess, onFailure) {
49 Installer.prototype.onInstallResponse =
70 Installer.prototype.onInstallStageChanged = function(installStage) {
74 Installer.prototype.onDownloadProgress = function(progress) {
78 var installer = new Installer();
92 Installer.prototype.onInstallResponse.bind(installer);
94 Installer.prototype.onInstallStageChanged.bind(installer);
96 Installer.prototype.onDownloadProgress.bind(installer);
/external/chromium_org/tools/cr/cr/actions/
H A Dinstaller.py5 """A module for the Installer base class."""
10 class Installer(cr.Action, cr.Plugin.Type): class in inherits:cr.Action, cr.Plugin.Type
13 Installer implementations must implement the Uninstall and Install methods.
44 class SkipInstaller(Installer):
45 """An Installer the user chooses to bypass the install step of a command."""
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h27 /// Installer - This class is declared before the raw_fd_ostream so that
40 } Installer; member in class:llvm::tool_output_file
43 /// Installer.
59 void keep() { Installer.Keep = true; }

Completed in 2826 milliseconds