Searched refs:AppCacheInfoCollection (Results 1 – 13 of 13) sorted by relevance
21 struct WEBKIT_STORAGE_BROWSER_EXPORT AppCacheInfoCollection struct22 : public base::RefCountedThreadSafe<AppCacheInfoCollection> {23 AppCacheInfoCollection();28 friend class base::RefCountedThreadSafe<AppCacheInfoCollection>; argument29 virtual ~AppCacheInfoCollection();50 virtual void GetAllAppCacheInfo(AppCacheInfoCollection* collection,
38 AppCacheInfoCollection::AppCacheInfoCollection() {} in AppCacheInfoCollection() function in appcache::AppCacheInfoCollection40 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()
38 struct AppCacheInfoCollection;48 virtual void OnAllInfo(AppCacheInfoCollection* collection) {} in OnAllInfo()
110 AppCacheInfoCollection* collection,
344 info_collection_(new AppCacheInfoCollection()) { in GetAllInfoTask()355 scoped_refptr<AppCacheInfoCollection> info_collection_;
32 appcache::AppCacheInfoCollection* info_collection() const { in info_collection()42 scoped_refptr<appcache::AppCacheInfoCollection> info_collection_;
32 info_collection_ = new appcache::AppCacheInfoCollection; in StartFetching()95 info_collection_ = new appcache::AppCacheInfoCollection; in CannedBrowsingDataAppCacheHelper()
112 using appcache::AppCacheInfoCollection; in OnAppCacheModelInfoLoaded()116 scoped_refptr<AppCacheInfoCollection> appcache_info = in OnAppCacheModelInfoLoaded()
27 using appcache::AppCacheInfoCollection;197 void SimulateGetAllInfo(AppCacheInfoCollection* info) { in SimulateGetAllInfo()223 scoped_refptr<AppCacheInfoCollection> simulated_appcache_info_;
23 using appcache::AppCacheInfoCollection;202 mock_storage()->SimulateGetAllInfo(new AppCacheInfoCollection); in TEST_F()210 scoped_refptr<AppCacheInfoCollection> info(new AppCacheInfoCollection); in TEST_F()
36 using appcache::AppCacheInfoCollection;362 info_collection_ = new AppCacheInfoCollection; in Start()410 scoped_refptr<AppCacheInfoCollection> info_collection_;
40 scoped_refptr<appcache::AppCacheInfoCollection> appcache_info_;
57 appcache_info_ = new appcache::AppCacheInfoCollection; in GetOriginsWithCaches()