HomeSort by relevance Sort by last modified time
    Searched refs:initWithProtectionSpace (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/win/
WebURLAuthenticationChallenge.h 50 virtual HRESULT STDMETHODCALLTYPE initWithProtectionSpace(
WebURLAuthenticationChallenge.cpp 113 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::initWithProtectionSpace(
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 69 - (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);
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 136 return [[[NSURLAuthenticationChallenge alloc] initWithProtectionSpace:mac(coreChallenge.protectionSpace())

Completed in 52 milliseconds