Home
last modified time | relevance | path

Searched refs:CrxInstaller (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dcrx_installer.cc56 void CrxInstaller::SetWhitelistedInstallId(const std::string& id) { in SetWhitelistedInstallId()
62 void CrxInstaller::SetWhitelistedManifest(const std::string& id, in SetWhitelistedManifest()
70 const DictionaryValue* CrxInstaller::GetWhitelistedManifest( in GetWhitelistedManifest()
80 DictionaryValue* CrxInstaller::RemoveWhitelistedManifest( in RemoveWhitelistedManifest()
92 bool CrxInstaller::IsIdWhitelisted(const std::string& id) { in IsIdWhitelisted()
99 bool CrxInstaller::ClearWhitelistedInstallId(const std::string& id) { in ClearWhitelistedInstallId()
109 CrxInstaller::CrxInstaller(ExtensionService* frontend, in CrxInstaller() function in CrxInstaller
123 CrxInstaller::~CrxInstaller() { in ~CrxInstaller()
146 void CrxInstaller::InstallCrx(const FilePath& source_file) { in InstallCrx()
161 void CrxInstaller::InstallUserScript(const FilePath& source_file, in InstallUserScript()
[all …]
Dcrx_installer_browsertest.cc54 scoped_refptr<CrxInstaller> installer( in DidWhitelistInstallPrompt()
55 new CrxInstaller(service, mock_install_ui /* ownership transferred */)); in DidWhitelistInstallPrompt()
59 CrxInstaller::SetWhitelistedInstallId(id); in DidWhitelistInstallPrompt()
Dcrx_installer.h45 class CrxInstaller
85 CrxInstaller(ExtensionService* frontend,
138 ~CrxInstaller();
258 DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
Dextension_webstore_private_api.cc141 CrxInstaller::SetWhitelistedInstallId(id); in RunImpl()
384 CrxInstaller::SetWhitelistedManifest(id_, parsed_manifest_.release()); in InstallUIProceed()
412 if (!CrxInstaller::IsIdWhitelisted(id) && in RunImpl()
413 !CrxInstaller::GetWhitelistedManifest(id)) { in RunImpl()
Dextension_browsertest.cc238 scoped_refptr<CrxInstaller> installer( in InstallOrUpdateExtension()
239 new CrxInstaller(service, install_ui)); in InstallOrUpdateExtension()
Dextension_service.cc582 scoped_refptr<CrxInstaller> installer( in UpdateExtension()
583 new CrxInstaller(this, // frontend in UpdateExtension()
1920 scoped_refptr<CrxInstaller> installer( in OnExternalExtensionFileFound()
1921 new CrxInstaller(this, // frontend in OnExternalExtensionFileFound()
Dextension_service_unittest.cc581 scoped_refptr<CrxInstaller> installer( in StartCrxInstall()
582 new CrxInstaller(service_, // frontend in StartCrxInstall()
598 scoped_refptr<CrxInstaller> installer( in InstallCrxWithLocation()
599 new CrxInstaller(service_, // frontend in InstallCrxWithLocation()
1254 scoped_refptr<CrxInstaller> installer( in TEST_F()
1255 new CrxInstaller(service_, NULL)); // silent install in TEST_F()
/external/chromium/chrome/browser/automation/
Dautomation_provider.cc775 scoped_refptr<CrxInstaller> installer( in InstallExtension()
776 new CrxInstaller(service, NULL)); // silent install, no UI in InstallExtension()
808 scoped_refptr<CrxInstaller> installer(new CrxInstaller(service, client)); in InstallExtensionAndGetHandle()
Dautomation_provider_observers.cc720 CrxInstaller* installer = Source<CrxInstaller>(source).ptr(); in Observe()
/external/chromium/chrome/browser/download/
Ddownload_util.cc326 scoped_refptr<CrxInstaller> installer( in OpenChromeExtension()
327 new CrxInstaller(service, new ExtensionInstallUI(profile))); in OpenChromeExtension()
/external/chromium/chrome/browser/ui/
Dbrowser.cc3313 scoped_refptr<CrxInstaller> installer( in OnInstallApplication()
3314 new CrxInstaller(extensions_service, in OnInstallApplication()