Home
last modified time | relevance | path

Searched refs:ShouldShowAppInstalledBubble (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dwebstore_reinstaller.h35 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dwebstore_inline_installer.h48 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dwebstore_reinstaller.cc63 bool WebstoreReinstaller::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in extensions::WebstoreReinstaller
Dwebstore_install_with_prompt.h57 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dwebstore_install_with_prompt.cc73 bool WebstoreInstallWithPrompt::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in extensions::WebstoreInstallWithPrompt
Dwebstore_inline_installer.cc70 bool WebstoreInlineInstaller::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in extensions::WebstoreInlineInstaller
Dwebstore_standalone_installer.h112 virtual bool ShouldShowAppInstalledBubble() const = 0;
Dwebstore_standalone_installer.cc193 approval->use_app_installed_bubble = ShouldShowAppInstalledBubble(); in CreateApproval()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dapp_installer.h40 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dapp_installer.cc79 bool AppInstaller::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in file_manager::AppInstaller
/external/chromium_org/chrome/browser/apps/
Dephemeral_app_launcher.h124 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dephemeral_app_launcher.cc368 bool EphemeralAppLauncher::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in EphemeralAppLauncher