Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/appcache/
DApplicationCacheGroup.cpp428 …onCacheGroup::createResourceHandle(const KURL& url, ApplicationCacheResource* newestCachedResource) in createResourceHandle() argument
434 if (newestCachedResource) { in createResourceHandle()
435 … const String& lastModified = newestCachedResource->response().httpHeaderField("Last-Modified"); in createResourceHandle()
436 const String& eTag = newestCachedResource->response().httpHeaderField("ETag"); in createResourceHandle()
471 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url); in didReceiveResponse() local
472 if (newestCachedResource) { in didReceiveResponse()
473 …esource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCached… in didReceiveResponse()
499 …ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(handle->request().u… in didReceiveResponse() local
500 ASSERT(newestCachedResource); in didReceiveResponse()
501 …esource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCached… in didReceiveResponse()
[all …]
DApplicationCacheGroup.h98 …<ResourceHandle> createResourceHandle(const KURL&, ApplicationCacheResource* newestCachedResource);