Home | History | Annotate | Download | only in Misc

Lines Matching full:delegate

52                         delegate:(id)delegate
55 delegate:(id)delegate
95 selector == @selector(download:shouldBeginChildDownloadOfSource:delegate:) ||
180 - (NSURLRequest *)download:(NSURLDownload *)download shouldBeginChildDownloadOfSource:(NSURLRequest *)child delegate:(id *)childDelegate
182 return [realDelegate download:download shouldBeginChildDownloadOfSource:child delegate:childDelegate];
194 - (void)_setRealDelegate:(id)delegate
198 [_webInternal setRealDelegate:delegate];
200 ASSERT(_webInternal == delegate);
222 - (id)initWithRequest:(NSURLRequest *)request delegate:(id)delegate
224 [self _setRealDelegate:delegate];
225 return [super initWithRequest:request delegate:_webInternal];
231 delegate:(id)delegate
234 [self _setRealDelegate:delegate];
235 return [super _initWithLoadingConnection:connection request:request response:response delegate:_webInternal proxy:proxy];
239 delegate:(id)delegate
242 [self _setRealDelegate:delegate];
243 return [super _initWithRequest:request delegate:_webInternal directory:directory];
250 // Those results become invalid when the delegate of NSURLConnectionDelegateProxy is changed.
252 // <rdar://problem/3913270> NSURLConnection calls unimplemented delegate method in WebDownload