HomeSort by relevance Sort by last modified time
    Searched refs:newestCachedResource (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 456 PassRefPtr<ResourceHandle> ApplicationCacheGroup::createResourceHandle(const KURL& url, ApplicationCacheResource* newestCachedResource)
462 if (newestCachedResource) {
463 const String& lastModified = newestCachedResource->response().httpHeaderField("Last-Modified");
464 const String& eTag = newestCachedResource->response().httpHeaderField("ETag");
513 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url);
514 if (newestCachedResource) {
515 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(), newestCachedResource->path()));
541 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(handle->firstRequest().url())
    [all...]
ApplicationCacheGroup.h 108 PassRefPtr<ResourceHandle> createResourceHandle(const KURL&, ApplicationCacheResource* newestCachedResource);

Completed in 46 milliseconds