HomeSort by relevance Sort by last modified time
    Searched refs:NSDate (Results 1 - 23 of 23) sorted by null

  /external/webkit/WebCore/platform/mac/
EventLoopMac.mm 35 NSEvent *event = [NSApp nextEventMatchingMask:NSAnyEventMask untilDate:[NSDate distantFuture] inMode:NSDefaultRunLoopMode dequeue:YES];
WebCoreSystemInterface.h 46 @class NSDate;
65 typedef struct NSDate NSDate;
117 extern NSDate *(*wkGetNSURLResponseLastModifiedDate)(NSURLResponse *response);
WebCoreSystemInterface.mm 52 NSDate *(*wkGetNSURLResponseLastModifiedDate)(NSURLResponse *response);
  /external/webkit/WebKit/mac/Misc/
WebNSViewExtras.h 48 withExpiration:(NSDate *)expiration
55 withExpiration:(NSDate *)expiration;
WebNSViewExtras.m 70 withExpiration:(NSDate *)expiration
132 withExpiration:(NSDate *)expiration
  /external/webkit/WebKit/mac/WebView/
WebFrameLoadDelegate.h 150 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame;
WebViewEventHandling.mm 179 timestamp:[NSDate timeIntervalSinceReferenceDate]
201 timestamp:[NSDate timeIntervalSinceReferenceDate]
WebHTMLView.mm     [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.h 82 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
HostedNetscapePluginStream.mm 93 void HostedNetscapePluginStream::startStream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
NetscapePluginInstanceProxy.mm 344 [NSDate timeIntervalSinceReferenceDate],
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginStream.h 92 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
WebBaseNetscapePluginStream.mm 212 void WebNetscapePluginStream::startStream(NSURL *url, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 598 m_timeStoppedPlaying = [NSDate timeIntervalSinceReferenceDate];
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 32 NSDate *WKGetNSURLResponseLastModifiedDate(NSURLResponse *response);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzEvents.m 726 NSDate *distantPast;
745 distantPast = [ NSDate distantPast ];
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
FrameLoadDelegate.mm 338 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame
DumpRenderTree.mm     [all...]
  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 426 core(_private)->visited(title, [NSDate timeIntervalSinceReferenceDate], increaseVisitCount ? IncreaseVisitCount : DoNotIncreaseVisitCount);
WebHistory.mm 305 entry = [[WebHistoryItem alloc] initWithURLString:URLString title:title lastVisitedTimeInterval:[NSDate timeIntervalSinceReferenceDate]];
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm     [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 530 CallFrameLoadDelegate(implementations->willPerformClientRedirectToURLDelayFireDateForFrameFunc, webView, @selector(webView:willPerformClientRedirectToURL:delay:fireDate:forFrame:), cocoaURL, delay, [NSDate dateWithTimeIntervalSince1970:fireDate], m_webFrame.get());
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 1064 milliseconds