OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initWithProtectionSpace
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.h
47
virtual HRESULT STDMETHODCALLTYPE
initWithProtectionSpace
(
WebURLAuthenticationChallenge.cpp
110
HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::
initWithProtectionSpace
(
/external/webkit/Source/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/Source/WebCore/platform/network/mac/
AuthenticationMac.mm
158
return [[[NSURLAuthenticationChallenge alloc]
initWithProtectionSpace
:mac(coreChallenge.protectionSpace())
Completed in 672 milliseconds