Searched refs:lastModifiedDate (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DWebURLResponse.cpp191 double WebURLResponse::lastModifiedDate() const function in class:WebKit::WebURLResponse
193 return static_cast<double>(m_private->m_resourceResponse->lastModifiedDate());
196 void WebURLResponse::setLastModifiedDate(double lastModifiedDate) argument
198 m_private->m_resourceResponse->setLastModifiedDate(static_cast<time_t>(lastModifiedDate));
/external/webkit/WebKit/chromium/public/
H A DWebURLResponse.h99 WEBKIT_API double lastModifiedDate() const;
/external/webkit/WebKit/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.h82 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
H A DHostedNetscapePluginStream.mm93 void HostedNetscapePluginStream::startStream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
109 [lastModifiedDate timeIntervalSince1970],
/external/webkit/WebCore/platform/network/
H A DResourceResponseBase.cpp118 data->m_lastModifiedDate = lastModifiedDate();
441 void ResourceResponseBase::setLastModifiedDate(time_t lastModifiedDate) argument
445 m_lastModifiedDate = lastModifiedDate;
448 time_t ResourceResponseBase::lastModifiedDate() const function in class:WebCore::ResourceResponseBase
H A DResourceResponseBase.h85 time_t lastModifiedDate() const;
/external/webkit/WebKit/mac/Plugins/
H A DWebBaseNetscapePluginStream.h92 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
H A DWebBaseNetscapePluginStream.mm212 void WebNetscapePluginStream::startStream(NSURL *url, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
224 m_stream.lastmodified = (uint32)[lastModifiedDate timeIntervalSince1970];
/external/webkit/WebCore/plugins/
H A DPluginStream.cpp174 m_stream.lastmodified = m_resourceResponse.lastModifiedDate();

Completed in 466 milliseconds