Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/cache/
DCachedResourceRequest.cpp103 const String& eTag = resourceToRevalidate->response().httpHeaderField("ETag"); in load() local
104 if (!lastModified.isEmpty() || !eTag.isEmpty()) { in load()
110 if (!eTag.isEmpty()) in load()
111 resourceRequest.setHTTPHeaderField("If-None-Match", eTag); in load()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp464 const String& eTag = newestCachedResource->response().httpHeaderField("ETag"); in createResourceHandle() local
465 if (!lastModified.isEmpty() || !eTag.isEmpty()) { in createResourceHandle()
468 if (!eTag.isEmpty()) in createResourceHandle()
469 request.setHTTPHeaderField("If-None-Match", eTag); in createResourceHandle()