Home | History | Annotate | Download | only in appcache

Lines Matching defs:AppCache

5 #include "content/browser/appcache/appcache.h"
11 #include "content/browser/appcache/appcache_executable_handler.h"
12 #include "content/browser/appcache/appcache_group.h"
13 #include "content/browser/appcache/appcache_host.h"
14 #include "content/browser/appcache/appcache_storage.h"
19 AppCache::AppCache(AppCacheStorage* storage, int64 cache_id)
29 AppCache::~AppCache() {
41 void AppCache::UnassociateHost(AppCacheHost* host) {
45 void AppCache::AddEntry(const GURL& url, const AppCacheEntry& entry) {
51 bool AppCache::AddOrModifyEntry(const GURL& url, const AppCacheEntry& entry) {
63 void AppCache::RemoveEntry(const GURL& url) {
70 AppCacheEntry* AppCache::GetEntry(const GURL& url) {
75 const AppCacheEntry* AppCache::GetEntryAndUrlWithResponseId(
88 AppCacheExecutableHandler* AppCache::GetExecutableHandler(int64 response_id) {
95 AppCacheExecutableHandler* AppCache::GetOrCreateExecutableHandler(
118 GURL AppCache::GetNamespaceEntryUrl(const AppCacheNamespaceVector& namespaces,
136 void AppCache::InitializeWithManifest(AppCacheManifest* manifest) {
151 void AppCache::InitializeWithDatabaseRecords(
191 void AppCache::ToDatabaseRecords(
246 bool AppCache::FindResponseForRequest(const GURL& url,
297 void AppCache::ToResourceInfoVector(AppCacheResourceInfoVector* infos) const {
316 const AppCacheNamespace* AppCache::FindNamespace(