Searched refs:newestCachedResource (Results 1 – 2 of 2) sorted by relevance
428 …onCacheGroup::createResourceHandle(const KURL& url, ApplicationCacheResource* newestCachedResource) in createResourceHandle() argument434 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() local472 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() local500 ASSERT(newestCachedResource); in didReceiveResponse()501 …esource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCached… in didReceiveResponse()[all …]
98 …<ResourceHandle> createResourceHandle(const KURL&, ApplicationCacheResource* newestCachedResource);