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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallenge.h55 virtual HRESULT STDMETHODCALLTYPE initWithAuthenticationChallenge(
H A DWebURLAuthenticationChallenge.cpp156 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::initWithAuthenticationChallenge( function in class:WebURLAuthenticationChallenge
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebURLAuthenticationChallenge.idl64 - (id)initWithAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge sender:(id<NSURLAuthenticationChallengeSender>)sender
66 HRESULT initWithAuthenticationChallenge([in] IWebURLAuthenticationChallenge* challenge, [in] IWebURLAuthenticationChallengeSender* sender);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DAuthenticationMac.mm197 m_nsChallenge = adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:m_nsChallenge.get() sender:m_sender.get()]);

Completed in 127 milliseconds