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

  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer.h 47 virtual bool ShouldShowPostInstallUI() const OVERRIDE;
webstore_startup_installer.cc 48 bool WebstoreStartupInstaller::ShouldShowPostInstallUI() const {
webstore_startup_installer.h 43 virtual bool ShouldShowPostInstallUI() const OVERRIDE;
webstore_standalone_installer.h 79 virtual bool ShouldShowPostInstallUI() const = 0;
webstore_inline_installer.cc 71 bool WebstoreInlineInstaller::ShouldShowPostInstallUI() const {
webstore_standalone_installer.cc 213 approval->skip_post_install_ui = !ShouldShowPostInstallUI();

Completed in 1651 milliseconds