OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nsChallenge
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/network/cf/
AuthenticationChallenge.h
61
NSURLAuthenticationChallenge *nsURLAuthenticationChallenge() const { return
m_nsChallenge
.get(); }
76
RetainPtr<NSURLAuthenticationChallenge *>
m_nsChallenge
;
/external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm
119
,
m_nsChallenge
(challenge)
127
m_nsChallenge
.adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:
m_nsChallenge
.get() sender:m_sender.get()]);
Completed in 758 milliseconds