Searched refs:initWithProtectionSpace (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebURLAuthenticationChallenge.h47 virtual HRESULT STDMETHODCALLTYPE initWithProtectionSpace(
H A DWebURLAuthenticationChallenge.cpp110 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::initWithProtectionSpace( function in class:WebURLAuthenticationChallenge
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebURLAuthenticationChallenge.idl69 - (id)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(NSURLCredential *)credential previousFailureCount:(int)count failureResponse:(NSURLResponse *)response error:(NSError *)error sender:(id <NSURLAuthenticationChallengeSender>)sender
71 HRESULT initWithProtectionSpace([in] IWebURLProtectionSpace* space, [in] IWebURLCredential* proposedCredential, [in] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebError* error, [in] IWebURLAuthenticationChallengeSender* sender);
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DAuthenticationMac.mm218 return [[[NSURLAuthenticationChallenge alloc] initWithProtectionSpace:coreChallenge.protectionSpace().nsSpace()

Completed in 70 milliseconds