OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initWithAuthenticationChallenge
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.h
55
virtual HRESULT STDMETHODCALLTYPE
initWithAuthenticationChallenge
(
WebURLAuthenticationChallenge.cpp
156
HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::
initWithAuthenticationChallenge
(
/external/webkit/Source/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl
64
- (id)
initWithAuthenticationChallenge
:(NSURLAuthenticationChallenge *)challenge sender:(id<NSURLAuthenticationChallengeSender>)sender
66
HRESULT
initWithAuthenticationChallenge
([in] IWebURLAuthenticationChallenge* challenge, [in] IWebURLAuthenticationChallengeSender* sender);
/external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm
127
m_nsChallenge.adoptNS([[NSURLAuthenticationChallenge alloc]
initWithAuthenticationChallenge
:m_nsChallenge.get() sender:m_sender.get()]);
Completed in 5866 milliseconds