Home
last modified time | relevance | path

Searched refs:install_id (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dwebstore_bindings.cc96 int install_id = g_next_install_id++; in Install() local
111 install_id, in Install()
116 args.GetReturnValue().Set(static_cast<int32_t>(install_id)); in Install()
216 int install_id, in OnInlineWebstoreInstallResponse() argument
223 v8::Integer::New(install_id), in OnInlineWebstoreInstallResponse()
Dwebstore_bindings.h31 int install_id, bool success, const std::string& error);
/external/chromium_org/chrome/browser/extensions/
Dtab_helper.h191 void OnInlineWebstoreInstall(int install_id,
220 virtual void OnInlineInstallComplete(int install_id,
Dtab_helper.cc368 int install_id, in OnInlineWebstoreInstall() argument
374 install_id, return_route_id); in OnInlineWebstoreInstall()
512 void TabHelper::OnInlineInstallComplete(int install_id, in OnInlineInstallComplete() argument
517 return_route_id, install_id, success, success ? std::string() : error)); in OnInlineInstallComplete()
/external/chromium_org/components/policy/proto/
Ddevice_management_backend.proto316 optional string install_id = 1; field
/external/chromium_org/chrome/browser/policy/proto/cloud/
Ddevice_management_backend.proto316 optional string install_id = 1; field