HomeSort by relevance Sort by last modified time
    Searched defs:CrxInstaller (Results 1 - 4 of 4) 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.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);
  /external/chromium_org/chrome/browser/extensions/
crx_installer.cc 75 scoped_refptr<CrxInstaller> CrxInstaller::CreateSilent(
77 return new CrxInstaller(frontend->AsWeakPtr(),
83 scoped_refptr<CrxInstaller> CrxInstaller::Create(
86 return new CrxInstaller(frontend->AsWeakPtr(), client.Pass(), NULL);
90 scoped_refptr<CrxInstaller> CrxInstaller::Create(
94 return new CrxInstaller(service->AsWeakPtr(), client.Pass(), approval);
97 CrxInstaller::CrxInstaller
    [all...]
crx_installer.h 54 // IMPORTANT: Callers should keep a reference to a CrxInstaller while they are
57 // scoped_refptr<CrxInstaller> installer(new CrxInstaller(...));
66 class CrxInstaller
82 static scoped_refptr<CrxInstaller> CreateSilent(ExtensionService* service);
85 static scoped_refptr<CrxInstaller> Create(
91 static scoped_refptr<CrxInstaller> Create(
204 CrxInstaller(base::WeakPtr<ExtensionService> service_weak,
207 virtual ~CrxInstaller();
400 DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
    [all...]

Completed in 441 milliseconds