Home
last modified time | relevance | path

Searched refs:AppCacheInfoCollection (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_service.h21 struct WEBKIT_STORAGE_BROWSER_EXPORT AppCacheInfoCollection struct
22 : public base::RefCountedThreadSafe<AppCacheInfoCollection> {
23 AppCacheInfoCollection();
28 friend class base::RefCountedThreadSafe<AppCacheInfoCollection>; argument
29 virtual ~AppCacheInfoCollection();
50 virtual void GetAllAppCacheInfo(AppCacheInfoCollection* collection,
Dappcache_service_impl.cc38 AppCacheInfoCollection::AppCacheInfoCollection() {} in AppCacheInfoCollection() function in appcache::AppCacheInfoCollection
40 AppCacheInfoCollection::~AppCacheInfoCollection() {} in ~AppCacheInfoCollection()
193 virtual void OnAllInfo(AppCacheInfoCollection* collection) OVERRIDE;
211 AppCacheInfoCollection* collection) { in OnAllInfo()
275 AppCacheServiceImpl* service, AppCacheInfoCollection* collection, in GetInfoHelper()
286 virtual void OnAllInfo(AppCacheInfoCollection* collection) OVERRIDE;
288 scoped_refptr<AppCacheInfoCollection> collection_;
294 AppCacheInfoCollection* collection) { in OnAllInfo()
533 AppCacheInfoCollection* collection, in GetAllAppCacheInfo()
Dappcache_storage.h38 struct AppCacheInfoCollection;
48 virtual void OnAllInfo(AppCacheInfoCollection* collection) {} in OnAllInfo()
Dappcache_service_impl.h110 AppCacheInfoCollection* collection,
Dappcache_storage_impl.cc344 info_collection_(new AppCacheInfoCollection()) { in GetAllInfoTask()
355 scoped_refptr<AppCacheInfoCollection> info_collection_;
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_appcache_helper.h32 appcache::AppCacheInfoCollection* info_collection() const { in info_collection()
42 scoped_refptr<appcache::AppCacheInfoCollection> info_collection_;
Dbrowsing_data_appcache_helper.cc32 info_collection_ = new appcache::AppCacheInfoCollection; in StartFetching()
95 info_collection_ = new appcache::AppCacheInfoCollection; in CannedBrowsingDataAppCacheHelper()
Dlocal_data_container.cc112 using appcache::AppCacheInfoCollection; in OnAppCacheModelInfoLoaded()
116 scoped_refptr<AppCacheInfoCollection> appcache_info = in OnAppCacheModelInfoLoaded()
/external/chromium_org/content/browser/appcache/
Dmock_appcache_storage.h27 using appcache::AppCacheInfoCollection;
197 void SimulateGetAllInfo(AppCacheInfoCollection* info) { in SimulateGetAllInfo()
223 scoped_refptr<AppCacheInfoCollection> simulated_appcache_info_;
Dappcache_service_unittest.cc23 using appcache::AppCacheInfoCollection;
202 mock_storage()->SimulateGetAllInfo(new AppCacheInfoCollection); in TEST_F()
210 scoped_refptr<AppCacheInfoCollection> info(new AppCacheInfoCollection); in TEST_F()
Dview_appcache_internals_job.cc36 using appcache::AppCacheInfoCollection;
362 info_collection_ = new AppCacheInfoCollection; in Start()
410 scoped_refptr<AppCacheInfoCollection> info_collection_;
/external/chromium_org/content/test/
Dappcache_test_helper.h40 scoped_refptr<appcache::AppCacheInfoCollection> appcache_info_;
Dappcache_test_helper.cc57 appcache_info_ = new appcache::AppCacheInfoCollection; in GetOriginsWithCaches()