Searched refs:NSURLDownload (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/mac/Misc/
H A DWebDownload.h29 #import <Foundation/NSURLDownload.h>
35 @discussion A WebDownload works just like an NSURLDownload, with
44 @interface WebDownload : NSURLDownload
H A DWebDownload.mm32 #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)
103 - (void)downloadDidBegin:(NSURLDownload *)download
108 - (NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse
113 - (void)download:(NSURLDownload *)download didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
136 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
145 - (void)download:(NSURLDownload *)download didReceiveResponse:(NSURLResponse *)response
150 - (void)download:(NSURLDownload *)download didReceiveDataOfLength:(NSUInteger)length
155 - (BOOL)download:(NSURLDownload *)downloa
[all...]
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm39 @interface NSURLDownload (WebNSURLDownloadDetails)
85 static void setOriginalURLForDownload(WebPage *webPage, NSURLDownload *download, const ResourceRequest& initialRequest)
126 m_nsURLDownload.adoptNS([[NSURLDownload alloc] initWithRequest:m_request.nsURLRequest() delegate:m_delegate.get()]);
143 m_nsURLDownload = [NSURLDownload _downloadWithLoadingConnection:handle->connection()
215 - (void)downloadDidBegin:(NSURLDownload *)download
221 - (NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse
226 - (BOOL)download:(NSURLDownload *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace
233 - (void)download:(NSURLDownload *)download didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
239 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
245 - (BOOL)downloadShouldUseCredentialStorage:(NSURLDownload *)downloa
[all...]
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.h37 OBJC_CLASS NSURLDownload; variable
113 RetainPtr<NSURLDownload> m_nsURLDownload;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm148 @interface NSURLDownload (WebNSURLDownloadDetails)

Completed in 766 milliseconds