HomeSort by relevance Sort by last modified time
    Searched refs:ShouldShowPostInstallUI (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.h 39 virtual bool ShouldShowPostInstallUI() const OVERRIDE;
app_installer.cc 75 bool AppInstaller::ShouldShowPostInstallUI() const {
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer.h 47 virtual bool ShouldShowPostInstallUI() const OVERRIDE;
webstore_reinstaller.h 34 virtual bool ShouldShowPostInstallUI() const OVERRIDE;
webstore_install_with_prompt.h 56 virtual bool ShouldShowPostInstallUI() const OVERRIDE;
webstore_reinstaller.cc 59 bool WebstoreReinstaller::ShouldShowPostInstallUI() const {
webstore_install_with_prompt.cc 69 bool WebstoreInstallWithPrompt::ShouldShowPostInstallUI() const {
webstore_inline_installer.cc 66 bool WebstoreInlineInstaller::ShouldShowPostInstallUI() const {
webstore_standalone_installer.h 109 virtual bool ShouldShowPostInstallUI() const = 0;
webstore_standalone_installer.cc 192 approval->skip_post_install_ui = !ShouldShowPostInstallUI();
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.h 123 virtual bool ShouldShowPostInstallUI() const OVERRIDE;
ephemeral_app_launcher.cc 364 bool EphemeralAppLauncher::ShouldShowPostInstallUI() const {

Completed in 95 milliseconds