webstore           65 chrome/browser/extensions/api/webstore/webstore_api.cc   if (listeners_mask & api::webstore::INSTALL_STAGE_LISTENER) {
webstore           70 chrome/browser/extensions/api/webstore/webstore_api.cc   if (listeners_mask & api::webstore::DOWNLOAD_PROGRESS_LISTENER) {
webstore           84 chrome/browser/extensions/api/webstore/webstore_api.cc                                api::webstore::INSTALL_STAGE_DOWNLOADING);
webstore          102 chrome/browser/extensions/api/webstore/webstore_api.cc                                api::webstore::INSTALL_STAGE_INSTALLING);
webstore          118 chrome/browser/extensions/api/webstore/webstore_api.cc     api::webstore::InstallStage install_stage) {
webstore           70 chrome/browser/extensions/api/webstore/webstore_api.h                                     api::webstore::InstallStage install_stage);
webstore          380 chrome/browser/extensions/tab_helper.cc   if ((listeners_mask & ~(api::webstore::INSTALL_STAGE_LISTENER |
webstore          381 chrome/browser/extensions/tab_helper.cc                           api::webstore::DOWNLOAD_PROGRESS_LISTENER)) != 0) {
webstore          203 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc   scoped_refptr<extensions::Extension> webstore =
webstore          206 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc       webstore->id(), make_scoped_refptr(new extensions::PermissionSet).get());
webstore          207 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc   extensions->AddExtension(webstore.get());
webstore           10 chrome/common/extensions/api/webstore/webstore_api_constants.h namespace webstore {
webstore           17 chrome/common/extensions/chrome_extension_messages.h IPC_ENUM_TRAITS_MAX_VALUE(extensions::api::webstore::InstallStage,
webstore           18 chrome/common/extensions/chrome_extension_messages.h                           extensions::api::webstore::INSTALL_STAGE_INSTALLING)
webstore           52 chrome/common/extensions/chrome_extension_messages.h                     extensions::api::webstore::InstallStage /* stage */)
webstore           71 chrome/renderer/extensions/webstore_bindings.cc     listener_mask |= api::webstore::INSTALL_STAGE_LISTENER;
webstore           74 chrome/renderer/extensions/webstore_bindings.cc     listener_mask |= api::webstore::DOWNLOAD_PROGRESS_LISTENER;
webstore          223 chrome/renderer/extensions/webstore_bindings.cc   api::webstore::InstallStage install_stage =
webstore          224 chrome/renderer/extensions/webstore_bindings.cc       static_cast<api::webstore::InstallStage>(stage);
webstore          226 chrome/renderer/extensions/webstore_bindings.cc     case api::webstore::INSTALL_STAGE_DOWNLOADING:
webstore          227 chrome/renderer/extensions/webstore_bindings.cc       stage_string = api::webstore::kInstallStageDownloading;
webstore          229 chrome/renderer/extensions/webstore_bindings.cc     case api::webstore::INSTALL_STAGE_INSTALLING:
webstore          230 chrome/renderer/extensions/webstore_bindings.cc       stage_string = api::webstore::kInstallStageInstalling;