Searched refs:NSURLDownload (Results 1 – 11 of 11) sorted by relevance
32 #import <Foundation/NSURLDownload.h>46 // FIXME: The following are NSURLDownload SPI - it would be nice to not have to override them at 48 @interface NSURLDownload (WebDownloadCapability) interface in WebDownloadCapability103 - (void)downloadDidBegin:(NSURLDownload *)download108 - (NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redire…113 - (void)download:(NSURLDownload *)download didReceiveAuthenticationChallenge:(NSURLAuthenticationCh…136 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationCha…145 - (void)download:(NSURLDownload *)download didReceiveResponse:(NSURLResponse *)response150 - (void)download:(NSURLDownload *)download didReceiveDataOfLength:(NSUInteger)length155 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType[all …]
29 #import <Foundation/NSURLDownload.h>44 @interface WebDownload : NSURLDownload
39 @interface NSURLDownload (WebNSURLDownloadDetails) interface in WebNSURLDownloadDetails85 static void setOriginalURLForDownload(WebPage *webPage, NSURLDownload *download, const ResourceRequ…126 …m_nsURLDownload.adoptNS([[NSURLDownload alloc] initWithRequest:m_request.nsURLRequest() delegate:m…143 m_nsURLDownload = [NSURLDownload _downloadWithLoadingConnection:handle->connection()215 - (void)downloadDidBegin:(NSURLDownload *)download221 - (NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redire…226 - (BOOL)download:(NSURLDownload *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtection…233 - (void)download:(NSURLDownload *)download didReceiveAuthenticationChallenge:(NSURLAuthenticationCh…239 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationCha…245 - (BOOL)downloadShouldUseCredentialStorage:(NSURLDownload *)download[all …]
7 @interface NSURLDownload interface11 @implementation NSURLDownload implementation
37 OBJC_CLASS NSURLDownload; variable113 RetainPtr<NSURLDownload> m_nsURLDownload;
46 @discussion A WebDownload works just like an NSURLDownload, with
148 @interface NSURLDownload (WebNSURLDownloadDetails) interface in WebNSURLDownloadDetails
23781 …Fixed: 3278496 - <rdar://problem/3278496>: NSURLDownload: initWithSource and source should …25016 connection:didFailWithError: to match NSURLDownload and25821 * Misc.subproj/WebDownload.m: Added - this new class is just like NSURLDownload25865 of NSURLDownload.25867 and mention WebDownload instead of NSURLDownload.25870 (-[WebView _downloadURL:toDirectory:]): Use WebDownload instead of NSURLDownload.25930 Updated to use the new NSURLDownload API.26114 Renamed WebDownload to NSURLDownload and moved it to WebFoundation.
4342 id<NSURLDownloadDelegate> to match the method signature in NSURLDownload.
18006 Create an NSURLDownload object from passed in ResourceHandle.23071 Create an NSURLDownload.
4896 …creating a NSURLConnectionDelegateProxy which is used when creating a NSURLDownload from an existi…