Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dwebstore_startup_installer.cc60 bool WebstoreStartupInstaller::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in extensions::WebstoreStartupInstaller
Dwebstore_startup_installer.h44 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dwebstore_inline_installer.h48 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dwebstore_standalone_installer.h82 virtual bool ShouldShowAppInstalledBubble() const = 0;
Dwebstore_inline_installer.cc75 bool WebstoreInlineInstaller::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in extensions::WebstoreInlineInstaller
Dwebstore_standalone_installer.cc100 approval->use_app_installed_bubble = ShouldShowAppInstalledBubble(); in CreateApproval()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dapp_installer.h43 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dapp_installer.cc83 bool AppInstaller::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in file_manager::AppInstaller
/external/chromium_org/chrome/browser/apps/
Dephemeral_app_launcher.h70 virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
Dephemeral_app_launcher.cc147 bool EphemeralAppLauncher::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble() function in EphemeralAppLauncher