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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 30 public static final String ETAG = "etag";
45 @Column("etag")
46 public String eTag;
66 .append("etag").append(eTag).append(", ")
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceRequest.cpp 103 const String& eTag = resourceToRevalidate->response().httpHeaderField("ETag");
104 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
110 if (!eTag.isEmpty())
111 resourceRequest.setHTTPHeaderField("If-None-Match", eTag);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 464 const String& eTag = newestCachedResource->response().httpHeaderField("ETag");
465 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
468 if (!eTag.isEmpty())
469 request.setHTTPHeaderField("If-None-Match", eTag);
    [all...]

Completed in 115 milliseconds