Home
last modified time | relevance | path

Searched defs:lastModifiedDate (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DResponseCacheTest.java451 String lastModifiedDate = formatDate(-115, TimeUnit.SECONDS); in defaultExpirationDateConditionallyCached() local
490 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in expirationDateInThePastWithLastModifiedHeader() local
513 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in maxAgeInThePastWithDateAndLastModifiedHeaders() local
636 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in etagAndExpirationDateInThePast() local
657 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in cacheControlNoCacheAndExpirationDateInTheFuture() local
671 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in pragmaNoCacheAndExpirationDateInTheFuture() local
921 String lastModifiedDate = formatDate(-3, TimeUnit.MINUTES); in clientSuppliedIfNoneMatchSinceWithCachedResult() local
DHttpResponseCacheTest.java610 String lastModifiedDate = formatDate(-115, TimeUnit.SECONDS); in defaultExpirationDateConditionallyCached() local
649 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in expirationDateInThePastWithLastModifiedHeader() local
672 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in maxAgeInThePastWithDateAndLastModifiedHeaders() local
838 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in etagAndExpirationDateInThePast() local
859 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in cacheControlNoCacheAndExpirationDateInTheFuture() local
873 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in pragmaNoCacheAndExpirationDateInTheFuture() local
1151 String lastModifiedDate = formatDate(-3, TimeUnit.MINUTES); in clientSuppliedIfNoneMatchSinceWithCachedResult() local
1204 Date lastModifiedDate = new Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-1)); in retainServedDateFormat() local
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.cpp429 void ResourceResponse::setLastModifiedDate(time_t lastModifiedDate) in setLastModifiedDate()
434 time_t ResourceResponse::lastModifiedDate() const in lastModifiedDate() function in WebCore::ResourceResponse
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLResponse.cpp274 double WebURLResponse::lastModifiedDate() const in lastModifiedDate() function in blink::WebURLResponse
279 void WebURLResponse::setLastModifiedDate(double lastModifiedDate) in setLastModifiedDate()
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFile.cpp162 double File::lastModifiedDate() const in lastModifiedDate() function in WebCore::File