OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Installer
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/cfinstall/src/stub/
installer.js
9
goog.provide('google.cf.
installer
.
Installer
');
12
goog.require('google.cf.
installer
.Prompt');
17
google.cf.
installer
.
Installer
= function(prompt, chromeFrame) {
22
google.cf.
installer
.
Installer
.prototype.require =
/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/tools/cr/cr/actions/
installer.py
5
"""A module for the
Installer
base class."""
10
class
Installer
(cr.Action, cr.Plugin.Type):
13
Installer
implementations must implement the Uninstall and Install methods.
18
SELECTOR_ARG = '--
installer
'
20
SELECTOR_HELP = 'Sets the
installer
to use.'
44
class SkipInstaller(
Installer
):
45
"""An
Installer
the user chooses to bypass the install step of a command."""
/external/llvm/include/llvm/Support/
ToolOutputFile.h
27
///
Installer
- This class is declared before the raw_fd_ostream so that
40
}
Installer
;
43
///
Installer
.
59
void keep() {
Installer
.Keep = true; }
/frameworks/base/services/java/com/android/server/pm/
Installer.java
28
public final class
Installer
{
29
private static final String TAG = "
Installer
";
Completed in 483 milliseconds