Home
last modified time | relevance | path

Searched refs:lastModifiedDate (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebURLResponse.cpp249 double WebURLResponse::lastModifiedDate() const in lastModifiedDate() function in WebKit::WebURLResponse
251 return static_cast<double>(m_private->m_resourceResponse->lastModifiedDate()); in lastModifiedDate()
254 void WebURLResponse::setLastModifiedDate(double lastModifiedDate) in setLastModifiedDate() argument
256 m_private->m_resourceResponse->setLastModifiedDate(static_cast<time_t>(lastModifiedDate)); in setLastModifiedDate()
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
DHttpResponseCacheTest.java575 String lastModifiedDate = formatDate(-115, TimeUnit.SECONDS); in defaultExpirationDateConditionallyCached() local
577 new MockResponse().addHeader("Last-Modified: " + lastModifiedDate) in defaultExpirationDateConditionallyCached()
580 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate)); in defaultExpirationDateConditionallyCached()
614 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in expirationDateInThePastWithLastModifiedHeader() local
616 new MockResponse().addHeader("Last-Modified: " + lastModifiedDate) in expirationDateInThePastWithLastModifiedHeader()
619 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate)); in expirationDateInThePastWithLastModifiedHeader()
637 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in maxAgeInThePastWithDateAndLastModifiedHeaders() local
640 .addHeader("Last-Modified: " + lastModifiedDate) in maxAgeInThePastWithDateAndLastModifiedHeaders()
643 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate)); in maxAgeInThePastWithDateAndLastModifiedHeaders()
781 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in etagAndExpirationDateInThePast() local
[all …]
/external/webkit/Source/WebCore/platform/network/
DResourceResponseBase.cpp130 data->m_lastModifiedDate = lastModifiedDate(); in copyData()
479 void ResourceResponseBase::setLastModifiedDate(time_t lastModifiedDate) in setLastModifiedDate() argument
483 m_lastModifiedDate = lastModifiedDate; in setLastModifiedDate()
486 time_t ResourceResponseBase::lastModifiedDate() const in lastModifiedDate() function in WebCore::ResourceResponseBase
DResourceResponseBase.h93 time_t lastModifiedDate() const;
/external/webkit/Source/WebCore/fileapi/
DFile.h63 double lastModifiedDate() const;
DFile.cpp73 double File::lastModifiedDate() const in lastModifiedDate() function in WebCore::File
DFile.idl35 readonly attribute Date lastModifiedDate;
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DHostedNetscapePluginStream.h82 …void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mim…
DHostedNetscapePluginStream.mm94 …Stream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mi…
110 [lastModifiedDate timeIntervalSince1970],
/external/webkit/Source/WebKit/chromium/public/
DWebURLResponse.h117 WEBKIT_API double lastModifiedDate() const;
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginStream.h93 …void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, const WTF::St…
DWebNetscapePluginStream.mm213 …m::startStream(NSURL *url, long long expectedContentLength, NSDate *lastModifiedDate, const String…
225 m_stream.lastmodified = (uint32_t)[lastModifiedDate timeIntervalSince1970];
/external/webkit/Source/WebCore/plugins/
DPluginStream.cpp170 m_stream.lastmodified = m_resourceResponse.lastModifiedDate(); in startStream()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp195 …mDidReceiveResponse(m_streamID, responseURL, streamLength, response.lastModifiedDate(), mimeType, … in didReceiveResponse()
324 …m_plugin->manualStreamDidReceiveResponse(responseURL, streamLength, response.lastModifiedDate(), m… in manualLoadDidReceiveResponse()
/external/chromium/chrome/browser/resources/file_manager/js/
Dfile_manager.js372 entry.cachedMtime_ = file.lastModifiedDate;
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2914513 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
14613 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
15088 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
15128 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
15153 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
15185 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
16413 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
22310 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
DChangeLog-2006-02-099292 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:]): …
10486 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:]): …
12414 …(-[WebBaseNetscapePluginStream startStreamWithURL:expectedContentLength:lastModifiedDate:MIMEType:…
13470 …(-[WebBaseNetscapePluginStream startStreamWithURL:expectedContentLength:lastModifiedDate:MIMEType:…
16789 …(-[WebBaseNetscapePluginStream startStreamWithURL:expectedContentLength:lastModifiedDate:MIMEType:…
19827 (-[WebBasePluginPackage dealloc]): Release lastModifiedDate.
20183 …(-[WebBaseNetscapePluginStream startStreamWithURL:expectedContentLength:lastModifiedDate:MIMEType:…
20513 (-[WebBasePluginPackage lastModifiedDate]): new
20920 …(-[WebBaseNetscapePluginStream startStreamWithURL:expectedContentLength:lastModifiedDate:MIMEType:…
21462 …(-[WebBaseNetscapePluginStream startStreamWithURL:expectedContentLength:lastModifiedDate:MIMEType:…
[all …]
DChangeLog-2007-10-144976 …seNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:head…
5736 …BaseNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:]):
5999 …BaseNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:]):
17167 …BaseNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:]):
17946 …BaseNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:]):
22666 …BaseNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:]):
24494 …BaseNetscapePluginStream startStreamResponseURL:expectedContentLength:lastModifiedDate:MIMEType:]):
DChangeLog-2002-12-031791 …createFileIfNecessary]): call [response creationDate] and [response lastModifiedDate] when setting…
1793 …(-[WebBaseNetscapePluginStream setResponse:]): call [response lastModifiedDate] when giving conten…
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1638971 Add lastModifiedDate attribute to File interface per File API spec
38974 lastModifiedDate is not supported for GObject bindings because Date is
38980 (WebCore::File::lastModifiedDate):
DChangeLog-2006-12-318466 (WebCore::ResourceResponse::lastModifiedDate):
15255 (WebCore::ResourceResponse::lastModifiedDate):
DChangeLog30857 (WebCore::ResourceResponseBase::lastModifiedDate):
31021 (WebCore::ResourceResponseBase::lastModifiedDate):
DChangeLog-2008-08-1046234 (WebCore::ResourceResponseBase::lastModifiedDate):
74063 (WebCore::ResourceResponseBase::lastModifiedDate):
DChangeLog-2009-06-162446 …Restore ResourceResponseBase::lastModifiedDate() and setLastModifiedDate() removed in previous com…
2456 (WebCore::ResourceResponseBase::lastModifiedDate):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1628464 (WebKit::WebURLResponse::lastModifiedDate):