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 136 bool skip_post_install_ui; member in struct:extensions::WebstoreInstaller::Approval
webstore_standalone_installer.cc 94 approval->skip_post_install_ui = !ShouldShowPostInstallUI();
webstore_installer.cc 224 skip_post_install_ui(false),
243 result->skip_post_install_ui = true;
bundle_installer.cc 163 approval->skip_post_install_ui = true;
crx_installer.cc 146 approval->skip_post_install_ui);
    [all...]
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc 223 if (skip_post_install_ui())
277 if (disable_failure_ui_for_tests() || skip_post_install_ui())
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc 367 EXPECT_FALSE(approval->skip_post_install_ui);
375 EXPECT_FALSE(approval->skip_post_install_ui);
webstore_private_api.cc 499 approval->skip_post_install_ui = params_->details.enable_launcher;

Completed in 87 milliseconds