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

  /external/chromium_org/chrome/browser/extensions/
webstore_installer.h 100 bool skip_post_install_ui; member in struct:extensions::WebstoreInstaller::Approval
webstore_standalone_installer.cc 213 approval->skip_post_install_ui = !ShouldShowPostInstallUI();
bundle_installer.cc 167 approval->skip_post_install_ui = true;
webstore_installer.cc 165 skip_post_install_ui(false),
crx_installer.cc 130 client_->install_ui()->SetSkipPostInstallUI(approval->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 504 approval->skip_post_install_ui = enable_launcher_;

Completed in 255 milliseconds