Searched refs:newestCachedResource (Results 1 – 2 of 2) sorted by relevance
456 …onCacheGroup::createResourceHandle(const KURL& url, ApplicationCacheResource* newestCachedResource) in createResourceHandle() argument462 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() local514 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() local542 ASSERT(newestCachedResource); in didReceiveResponse()543 …tionCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(… in didReceiveResponse()[all …]
108 …<ResourceHandle> createResourceHandle(const KURL&, ApplicationCacheResource* newestCachedResource);