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

  /external/chromium/chrome/browser/
browsing_data_appcache_helper.h 28 appcache::AppCacheInfoCollection* info_collection() const {
38 scoped_refptr<appcache::AppCacheInfoCollection> info_collection_;
browsing_data_appcache_helper.cc 26 info_collection_ = new appcache::AppCacheInfoCollection;
108 info_collection_ = new appcache::AppCacheInfoCollection;
browsing_data_remover.h 198 scoped_refptr<appcache::AppCacheInfoCollection> appcache_info_;
cookies_tree_model.h 540 scoped_refptr<appcache::AppCacheInfoCollection> appcache_info_;
browsing_data_remover.cc 475 appcache_info_ = new appcache::AppCacheInfoCollection;
  /external/chromium_org/webkit/browser/appcache/
appcache_service.h 43 struct WEBKIT_STORAGE_BROWSER_EXPORT AppCacheInfoCollection
44 : public base::RefCountedThreadSafe<AppCacheInfoCollection> {
45 AppCacheInfoCollection();
50 friend class base::RefCountedThreadSafe<AppCacheInfoCollection>;
51 virtual ~AppCacheInfoCollection();
122 void GetAllAppCacheInfo(AppCacheInfoCollection* collection,
appcache_test_helper.h 38 scoped_refptr<appcache::AppCacheInfoCollection> appcache_info_;
appcache_service.cc 38 AppCacheInfoCollection::AppCacheInfoCollection() {}
40 AppCacheInfoCollection::~AppCacheInfoCollection() {}
190 virtual void OnAllInfo(AppCacheInfoCollection* collection) OVERRIDE;
207 AppCacheInfoCollection* collection) {
269 AppCacheService* service, AppCacheInfoCollection* collection,
280 virtual void OnAllInfo(AppCacheInfoCollection* collection) OVERRIDE;
282 scoped_refptr<AppCacheInfoCollection> collection_;
288 AppCacheInfoCollection* collection)
    [all...]
appcache_test_helper.cc 57 appcache_info_ = new AppCacheInfoCollection;
appcache_service_unittest.cc 193 mock_storage()->SimulateGetAllInfo(new AppCacheInfoCollection);
201 scoped_refptr<AppCacheInfoCollection> info(new AppCacheInfoCollection);
appcache_storage.h 30 struct AppCacheInfoCollection;
40 virtual void OnAllInfo(AppCacheInfoCollection* collection) {}
mock_appcache_storage.h 167 void SimulateGetAllInfo(AppCacheInfoCollection* info) {
193 scoped_refptr<AppCacheInfoCollection> simulated_appcache_info_;
view_appcache_internals_job.cc 351 info_collection_ = new AppCacheInfoCollection;
399 scoped_refptr<AppCacheInfoCollection> info_collection_;
appcache_storage_impl.cc 331 info_collection_(new AppCacheInfoCollection()) {
342 scoped_refptr<AppCacheInfoCollection> info_collection_;
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.h 32 appcache::AppCacheInfoCollection* info_collection() const {
42 scoped_refptr<appcache::AppCacheInfoCollection> info_collection_;
browsing_data_appcache_helper.cc 32 info_collection_ = new appcache::AppCacheInfoCollection;
95 info_collection_ = new appcache::AppCacheInfoCollection;
local_data_container.cc 112 using appcache::AppCacheInfoCollection;
116 scoped_refptr<AppCacheInfoCollection> appcache_info =

Completed in 474 milliseconds