Home
last modified time | relevance | path

Searched refs:NSURLDownload (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/mac/Misc/
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) interface in WebDownloadCapability
103 - (void)downloadDidBegin:(NSURLDownload *)download
108 - (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 *)response
150 - (void)download:(NSURLDownload *)download didReceiveDataOfLength:(NSUInteger)length
155 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType
[all …]
DWebDownload.h29 #import <Foundation/NSURLDownload.h>
44 @interface WebDownload : NSURLDownload
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DDownloadMac.mm39 @interface NSURLDownload (WebNSURLDownloadDetails) interface in WebNSURLDownloadDetails
85 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 *)download
221 - (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 …]
/external/clang/test/Rewriter/
Drewrite-cast-to-bool.mm7 @interface NSURLDownload interface
11 @implementation NSURLDownload implementation
/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.h37 OBJC_CLASS NSURLDownload; variable
113 RetainPtr<NSURLDownload> m_nsURLDownload;
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDownload.idl46 @discussion A WebDownload works just like an NSURLDownload, with
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm148 @interface NSURLDownload (WebNSURLDownloadDetails) interface in WebNSURLDownloadDetails
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0923781 …Fixed: 3278496 - <rdar://problem/3278496>: NSURLDownload: initWithSource and source should …
25016 connection:didFailWithError: to match NSURLDownload and
25821 * Misc.subproj/WebDownload.m: Added - this new class is just like NSURLDownload
25865 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.
DChangeLog4342 id<NSURLDownloadDelegate> to match the method signature in NSURLDownload.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1618006 Create an NSURLDownload object from passed in ResourceHandle.
23071 Create an NSURLDownload.
/external/webkit/Source/WebCore/
DChangeLog-2006-12-314896 …creating a NSURLConnectionDelegateProxy which is used when creating a NSURLDownload from an existi…