Home
last modified time | relevance | path

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

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