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

  /external/chromium_org/chrome/browser/extensions/
extension_install_ui.h 79 bool skip_post_install_ui() const { return skip_post_install_ui_; } function in class:ExtensionInstallUI
webstore_installer.h 127 bool skip_post_install_ui; member in struct:extensions::WebstoreInstaller::Approval
webstore_standalone_installer.cc 99 approval->skip_post_install_ui = !ShouldShowPostInstallUI();
bundle_installer.cc 166 approval->skip_post_install_ui = true;
crx_installer.cc 142 approval->skip_post_install_ui);
webstore_installer.cc 205 skip_post_install_ui(false),
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc 220 if (skip_post_install_ui())
276 if (disable_failure_ui_for_tests() || skip_post_install_ui())
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc 281 EXPECT_FALSE(approval->skip_post_install_ui);
288 EXPECT_FALSE(approval->skip_post_install_ui);
webstore_private_api.cc 477 approval->skip_post_install_ui = params_->details.enable_launcher;

Completed in 176 milliseconds