Searched refs:install_id (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/renderer/extensions/ |
D | webstore_bindings.cc | 96 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()
|
D | webstore_bindings.h | 31 int install_id, bool success, const std::string& error);
|
/external/chromium_org/chrome/browser/extensions/ |
D | tab_helper.h | 191 void OnInlineWebstoreInstall(int install_id, 220 virtual void OnInlineInstallComplete(int install_id,
|
D | tab_helper.cc | 368 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/ |
D | device_management_backend.proto | 316 optional string install_id = 1; field
|
/external/chromium_org/chrome/browser/policy/proto/cloud/ |
D | device_management_backend.proto | 316 optional string install_id = 1; field
|