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

  /external/webkit/WebCore/platform/network/mac/
AuthenticationChallenge.h 49 NSURLAuthenticationChallenge *nsURLAuthenticationChallenge() const { return m_nsChallenge.get(); }
58 RetainPtr<NSURLAuthenticationChallenge *> m_nsChallenge;
AuthenticationMac.mm 105 , m_nsChallenge(challenge)
113 m_nsChallenge.adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:m_nsChallenge.get() sender:m_sender.get()]);

Completed in 20 milliseconds