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

  /external/chromium/chrome/browser/extensions/
crx_installer.cc 56 void CrxInstaller::SetWhitelistedInstallId(const std::string& id) {
62 void CrxInstaller::SetWhitelistedManifest(const std::string& id,
70 const DictionaryValue* CrxInstaller::GetWhitelistedManifest(
80 DictionaryValue* CrxInstaller::RemoveWhitelistedManifest(
92 bool CrxInstaller::IsIdWhitelisted(const std::string& id) {
99 bool CrxInstaller::ClearWhitelistedInstallId(const std::string& id) {
109 CrxInstaller::CrxInstaller(ExtensionService* frontend,
123 CrxInstaller::~CrxInstaller() {
    [all...]
crx_installer_browsertest.cc 54 scoped_refptr<CrxInstaller> installer(
55 new CrxInstaller(service, mock_install_ui /* ownership transferred */));
59 CrxInstaller::SetWhitelistedInstallId(id);
crx_installer.h 38 // IMPORTANT: Callers should keep a reference to a CrxInstaller while they are
41 // scoped_refptr<CrxInstaller> installer(new CrxInstaller(...));
45 class CrxInstaller
85 CrxInstaller(ExtensionService* frontend,
138 ~CrxInstaller();
258 DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
extension_webstore_private_api.cc 138 // This gets cleared in CrxInstaller::ConfirmInstall(). TODO(asargent) - in
141 CrxInstaller::SetWhitelistedInstallId(id);
384 CrxInstaller::SetWhitelistedManifest(id_, parsed_manifest_.release());
412 if (!CrxInstaller::IsIdWhitelisted(id) &&
413 !CrxInstaller::GetWhitelistedManifest(id)) {
extension_browsertest.cc 238 scoped_refptr<CrxInstaller> installer(
239 new CrxInstaller(service, install_ui));
extension_service.cc 567 // Delete extension_path since we're not creating a CrxInstaller
582 scoped_refptr<CrxInstaller> installer(
583 new CrxInstaller(this, // frontend
    [all...]
extension_service_unittest.cc 574 // Create a CrxInstaller and start installation. To allow the install
581 scoped_refptr<CrxInstaller> installer(
582 new CrxInstaller(service_, // frontend
598 scoped_refptr<CrxInstaller> installer(
599 new CrxInstaller(service_, // frontend
608 // Wait for a CrxInstaller to finish. Used by InstallCrx.
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 775 scoped_refptr<CrxInstaller> installer(
776 new CrxInstaller(service, NULL)); // silent install, no UI
808 scoped_refptr<CrxInstaller> installer(new CrxInstaller(service, client));
    [all...]
automation_provider_observers.cc 720 CrxInstaller* installer = Source<CrxInstaller>(source).ptr();
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 326 scoped_refptr<CrxInstaller> installer(
327 new CrxInstaller(service, new ExtensionInstallUI(profile)));
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 581 milliseconds