Searched refs:CrxInstaller (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | crx_installer.cc | 56 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 …]
|
D | crx_installer_browsertest.cc | 54 scoped_refptr<CrxInstaller> installer( in DidWhitelistInstallPrompt() 55 new CrxInstaller(service, mock_install_ui /* ownership transferred */)); in DidWhitelistInstallPrompt() 59 CrxInstaller::SetWhitelistedInstallId(id); in DidWhitelistInstallPrompt()
|
D | crx_installer.h | 45 class CrxInstaller 85 CrxInstaller(ExtensionService* frontend, 138 ~CrxInstaller(); 258 DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
|
D | extension_webstore_private_api.cc | 141 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()
|
D | extension_browsertest.cc | 238 scoped_refptr<CrxInstaller> installer( in InstallOrUpdateExtension() 239 new CrxInstaller(service, install_ui)); in InstallOrUpdateExtension()
|
D | extension_service.cc | 582 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()
|
D | extension_service_unittest.cc | 581 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/ |
D | automation_provider.cc | 775 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()
|
D | automation_provider_observers.cc | 720 CrxInstaller* installer = Source<CrxInstaller>(source).ptr(); in Observe()
|
/external/chromium/chrome/browser/download/ |
D | download_util.cc | 326 scoped_refptr<CrxInstaller> installer( in OpenChromeExtension() 327 new CrxInstaller(service, new ExtensionInstallUI(profile))); in OpenChromeExtension()
|
/external/chromium/chrome/browser/ui/ |
D | browser.cc | 3313 scoped_refptr<CrxInstaller> installer( in OnInstallApplication() 3314 new CrxInstaller(extensions_service, in OnInstallApplication()
|