Searched refs:m_cfChallenge (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DAuthenticationChallenge.h56 CFURLAuthChallengeRef cfURLAuthChallengeRef() const { return m_cfChallenge.get(); }
74 RetainPtr<CFURLAuthChallengeRef> m_cfChallenge; member in class:WebCore::AuthenticationChallenge
H A DAuthenticationCF.cpp66 , m_cfChallenge(cfChallenge)
93 // FIXME: Why not cache CFURLAuthChallengeRef in m_cfChallenge? Foundation counterpart does that.
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DAuthenticationMac.mm59 CFURLAuthChallengeRef m_cfChallenge;
109 m_cfChallenge = challenge;
114 return m_cfChallenge;

Completed in 179 milliseconds