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