HomeSort by relevance Sort by last modified time
    Searched defs:AppCacheInfoCollection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/browser/
appcache_service.h 22 struct CONTENT_EXPORT AppCacheInfoCollection
23 : public base::RefCountedThreadSafe<AppCacheInfoCollection> {
24 AppCacheInfoCollection();
29 friend class base::RefCountedThreadSafe<AppCacheInfoCollection>;
30 virtual ~AppCacheInfoCollection();
48 virtual void GetAllAppCacheInfo(AppCacheInfoCollection* collection,
  /external/chromium_org/content/browser/appcache/
appcache_service_impl.cc 39 AppCacheInfoCollection::AppCacheInfoCollection() {}
41 AppCacheInfoCollection::~AppCacheInfoCollection() {}
194 virtual void OnAllInfo(AppCacheInfoCollection* collection) OVERRIDE;
212 AppCacheInfoCollection* collection) {
276 AppCacheServiceImpl* service, AppCacheInfoCollection* collection,
287 virtual void OnAllInfo(AppCacheInfoCollection* collection) OVERRIDE;
289 scoped_refptr<AppCacheInfoCollection> collection_;
295 AppCacheInfoCollection* collection)
    [all...]

Completed in 365 milliseconds