Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/platform/mac/
DWebCoreSystemInterface.h46 @class NSDate;
65 typedef struct NSDate NSDate; typedef
117 extern NSDate *(*wkGetNSURLResponseLastModifiedDate)(NSURLResponse *response);
DEventLoopMac.mm35 …NSEvent *event = [NSApp nextEventMatchingMask:NSAnyEventMask untilDate:[NSDate distantFuture] inMo…
DWebCoreSystemInterface.mm52 NSDate *(*wkGetNSURLResponseLastModifiedDate)(NSURLResponse *response); function
/external/webkit/WebKit/mac/Misc/
DWebNSViewExtras.h48 withExpiration:(NSDate *)expiration
55 withExpiration:(NSDate *)expiration;
DWebNSViewExtras.m70 withExpiration:(NSDate *)expiration
132 withExpiration:(NSDate *)expiration
/external/webkit/WebKit/mac/WebView/
DWebFrameLoadDelegate.h150 …ClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(W…
DWebViewEventHandling.mm179 timestamp:[NSDate timeIntervalSinceReferenceDate]
201 timestamp:[NSDate timeIntervalSinceReferenceDate]
DWebHTMLView.mm1152 timestamp:[NSDate timeIntervalSinceReferenceDate]
1607 timestamp:[NSDate timeIntervalSinceReferenceDate]
1823 timestamp:[NSDate timeIntervalSinceReferenceDate]
3498 timestamp:[NSDate timeIntervalSinceReferenceDate]
/external/webkit/WebKit/mac/Plugins/Hosted/
DHostedNetscapePluginStream.h82 …void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mim…
DHostedNetscapePluginStream.mm93 …Stream::startStream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate,…
DNetscapePluginInstanceProxy.mm344 [NSDate timeIntervalSinceReferenceDate],
/external/webkit/WebKit/mac/Plugins/
DWebBaseNetscapePluginStream.h92 …void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mim…
DWebBaseNetscapePluginStream.mm212 void WebNetscapePluginStream::startStream(NSURL *url, long long expectedContentLength, NSDate *last…
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h32 NSDate *WKGetNSURLResponseLastModifiedDate(NSURLResponse *response);
/external/webkit/WebKit/win/Interfaces/
DIWebHistoryItem.idl94 is since the reference date as determined by NSDate. This value is normally set by
DIWebFrameLoadDelegate.idl169 …ClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(W…
/external/chromium/base/
Dmessage_pump_mac.mm650 beforeDate:[NSDate distantFuture]];
680 NSDate* distant_future = [NSDate distantFuture];
/external/webkit/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.mm598 m_timeStoppedPlaying = [NSDate timeIntervalSinceReferenceDate];
1043 m_timeStoppedPlaying = [NSDate timeIntervalSinceReferenceDate];
1105 m_timeStartedPlaying = [NSDate timeIntervalSinceReferenceDate];
1187 …double frameRate = (m_frameCountWhilePlaying - 1) / ( m_startedPlaying ? ([NSDate timeIntervalSinc…
/external/webkit/WebKitTools/DumpRenderTree/mac/
DFrameLoadDelegate.mm338 …ClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(W…
DDumpRenderTree.mm1245 [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantPast]];
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzEvents.m726 NSDate *distantPast;
745 distantPast = [ NSDate distantPast ];
/external/webkit/WebKit/mac/History/
DWebHistoryItem.mm426 …core(_private)->visited(title, [NSDate timeIntervalSinceReferenceDate], increaseVisitCount ? Incre…
DWebHistory.mm305 … alloc] initWithURLString:URLString title:title lastVisitedTimeInterval:[NSDate timeIntervalSinceR…
/external/webkit/WebCore/platform/network/mac/
DResourceHandleMac.mm1073 …[[NSRunLoop currentRunLoop] runMode:WebCoreSynchronousLoaderRunLoopMode beforeDate:[NSDate distant…
/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm530 …lPerformClientRedirectToURL:delay:fireDate:forFrame:), cocoaURL, delay, [NSDate dateWithTimeInterv…

12