Home
last modified time | relevance | path

Searched refs:newestCachedResource (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp456 …onCacheGroup::createResourceHandle(const KURL& url, ApplicationCacheResource* newestCachedResource) in createResourceHandle() argument
462 if (newestCachedResource) { in createResourceHandle()
463 … const String& lastModified = newestCachedResource->response().httpHeaderField("Last-Modified"); in createResourceHandle()
464 const String& eTag = newestCachedResource->response().httpHeaderField("ETag"); in createResourceHandle()
513 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url); in didReceiveResponse() local
514 if (newestCachedResource) { in didReceiveResponse()
515 …tionCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(… in didReceiveResponse()
541 …ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(handle->firstReques… in didReceiveResponse() local
542 ASSERT(newestCachedResource); in didReceiveResponse()
543 …tionCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(… in didReceiveResponse()
[all …]
DApplicationCacheGroup.h108 …<ResourceHandle> createResourceHandle(const KURL&, ApplicationCacheResource* newestCachedResource);