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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallenge.h47 virtual HRESULT STDMETHODCALLTYPE initWithProtectionSpace(
H A DWebURLAuthenticationChallenge.cpp110 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::initWithProtectionSpace( function in class:WebURLAuthenticationChallenge
/macosx-10.9.5/WebKit-7537.78.2/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.9.5/WebCore-7537.78.1/platform/network/mac/
H A DAuthenticationMac.mm228 return [[[NSURLAuthenticationChallenge alloc] initWithProtectionSpace:mac(coreChallenge.protectionSpace())

Completed in 76 milliseconds