Searched defs:lastModifiedDate (Results 1 – 5 of 5) sorted by relevance
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
D | ResponseCacheTest.java | 451 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
|
D | HttpResponseCacheTest.java | 610 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/ |
D | ResourceResponse.cpp | 429 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/ |
D | WebURLResponse.cpp | 274 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/ |
D | File.cpp | 162 double File::lastModifiedDate() const in lastModifiedDate() function in WebCore::File
|