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

  /external/webkit/WebKit/win/
WebURLAuthenticationChallenge.h 58 virtual HRESULT STDMETHODCALLTYPE initWithAuthenticationChallenge(
WebURLAuthenticationChallenge.cpp 159 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::initWithAuthenticationChallenge(
  /external/webkit/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/WebCore/platform/network/mac/
AuthenticationMac.mm 113 m_nsChallenge.adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:m_nsChallenge.get() sender:m_sender.get()]);

Completed in 127 milliseconds