HomeSort by relevance Sort by last modified time
    Searched defs:installId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/resources/extensions/
webstore_custom_bindings.js 16 var installId = webstoreNatives.Install(url, onSuccess, onFailure);
17 if (installId !== undefined) {
19 installId: installId,
26 Installer.prototype.onInstallResponse = function(installId, success, error) {
28 if (!pendingInstall || pendingInstall.installId != installId) {
55 function onInstallResponse(installId, success, error) {
56 installer.onInstallResponse(installId, success, error);
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 138 milliseconds