Home
last modified time | relevance | path

Searched refs:quota_service_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/
Dinfo_map.cc184 if (!quota_service_) in GetQuotaService()
185 quota_service_.reset(new QuotaService()); in GetQuotaService()
186 return quota_service_.get(); in GetQuotaService()
218 if (quota_service_) { in ~InfoMap()
220 BrowserThread::IO, FROM_HERE, quota_service_.release()); in ~InfoMap()
Dinfo_map.h130 scoped_ptr<QuotaService> quota_service_; variable
/external/chromium_org/apps/shell/browser/
Dshell_extension_system.cc99 quota_service_.reset(new QuotaService); in InitForRegularProfile()
161 return quota_service_.get(); in quota_service()
Dshell_extension_system.h93 scoped_ptr<QuotaService> quota_service_; variable
/external/chromium_org/chrome/browser/extensions/
Dtest_extension_system.cc44 quota_service_(new QuotaService()) {} in TestExtensionSystem()
180 return quota_service_.get(); in quota_service()
Dtest_extension_system.h110 scoped_ptr<QuotaService> quota_service_; variable
Dextension_system_impl.h128 scoped_ptr<QuotaService> quota_service_; variable
Dextension_system_impl.cc303 quota_service_.reset(new QuotaService); in Init()
391 return quota_service_.get(); in quota_service()