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

/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.cpp287 const String& eTag = resourceToRevalidate->response().httpHeaderField(HTTPHeaderName::ETag); local
288 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
294 if (!eTag.isEmpty())
295 m_resourceRequest.setHTTPHeaderField(HTTPHeaderName::IfNoneMatch, eTag);
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheGroup.cpp488 const String& eTag = newestCachedResource->response().httpHeaderField(HTTPHeaderName::ETag); local
489 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
492 if (!eTag.isEmpty())
493 request.setHTTPHeaderField(HTTPHeaderName::IfNoneMatch, eTag);

Completed in 109 milliseconds