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

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFile.idl33 readonly attribute Date lastModifiedDate;
H A DFile.cpp67 double File::lastModifiedDate() const function in class:WebCore::File
H A DFile.h62 // This returns the current date and time if the file's last modification date is not known (per spec: http://www.w3.org/TR/FileAPI/#dfn-lastModifiedDate).
63 double lastModifiedDate() const;
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.h82 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
H A DHostedNetscapePluginStream.mm95 void HostedNetscapePluginStream::startStream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
111 [lastModifiedDate timeIntervalSince1970],
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginStream.h93 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, const WTF::String& mimeType, NSData *headers);
H A DWebNetscapePluginStream.mm216 void WebNetscapePluginStream::startStream(NSURL *url, long long expectedContentLength, NSDate *lastModifiedDate, const String& mimeType, NSData *headers)
228 m_stream.lastmodified = (uint32_t)[lastModifiedDate timeIntervalSince1970];
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginStream.cpp126 static uint32_t lastModifiedDate(const ResourceResponse& response) function in namespace:WebCore
181 m_stream.lastmodified = lastModifiedDate(m_resourceResponse);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginView.cpp204 static uint32_t lastModifiedDate(const ResourceResponse& response) function in namespace:WebKit
226 m_pluginView->m_plugin->streamDidReceiveResponse(m_streamID, responseURL, streamLength, lastModifiedDate(response), mimeType, headers, response.suggestedFilename());
413 m_plugin->manualStreamDidReceiveResponse(responseURL, streamLength, lastModifiedDate(response), mimeType, headers, response.suggestedFilename());

Completed in 139 milliseconds