Home | History | Annotate | Download | only in extensions

Lines Matching defs:ExtensionInstallUI

43 const int ExtensionInstallUI::kTitleIds[NUM_PROMPT_TYPES] = {
48 const int ExtensionInstallUI::kHeadingIds[NUM_PROMPT_TYPES] = {
53 const int ExtensionInstallUI::kButtonIds[NUM_PROMPT_TYPES] = {
58 const int ExtensionInstallUI::kWarningIds[NUM_PROMPT_TYPES] = {
92 ExtensionInstallUI::ExtensionInstallUI(Profile* profile)
117 ExtensionInstallUI::~ExtensionInstallUI() {
120 void ExtensionInstallUI::ConfirmInstall(Delegate* delegate,
137 void ExtensionInstallUI::ConfirmReEnable(Delegate* delegate,
146 void ExtensionInstallUI::OnInstallSuccess(const Extension* extension,
173 void ExtensionInstallUI::OnInstallFailure(const std::string& error) {
183 void ExtensionInstallUI::SetIcon(SkBitmap* image) {
192 void ExtensionInstallUI::OnImageLoaded(
203 Source<ExtensionInstallUI>(this),
218 void ExtensionInstallUI::ShowThemeInfoBar(const std::string& previous_theme_id,
263 void ExtensionInstallUI::ShowConfirmation(PromptType prompt_type) {
274 InfoBarDelegate* ExtensionInstallUI::GetNewThemeInstalledInfoBarDelegate(