Searched refs:_webInternal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.h47 WebDownloadInternal *_webInternal; variable
H A DWebDownload.mm211 if (_webInternal == nil) {
212 _webInternal = [[WebDownloadInternal alloc] init];
213 [_webInternal setRealDelegate:delegate];
215 ASSERT(_webInternal == delegate);
223 // _webInternal can be set up before init by _setRealDelegate
224 if (_webInternal == nil) {
225 _webInternal = [[WebDownloadInternal alloc] init];
233 [_webInternal release];
240 return [super initWithRequest:request delegate:_webInternal];
250 return [super _initWithLoadingConnection:connection request:request response:response delegate:_webInternal prox
[all...]

Completed in 110 milliseconds