Home | History | Annotate | Download | only in win

Lines Matching refs:m_authenticationChallenge

48     , m_authenticationChallenge(authenticationChallenge)
150 m_authenticationChallenge = AuthenticationChallenge(webSpace->protectionSpace(), webCredential->credential(),
172 m_authenticationChallenge = AuthenticationChallenge(webChallenge->authenticationChallenge().cfURLAuthChallengeRef(), webSender->authenticationClient());
184 *result = WebError::createInstance(m_authenticationChallenge.error());
191 *result = WebURLResponse::createInstance(m_authenticationChallenge.failureResponse());
198 *result = m_authenticationChallenge.previousFailureCount();
205 *result = WebURLCredential::createInstance(m_authenticationChallenge.proposedCredential());
212 *result = WebURLProtectionSpace::createInstance(m_authenticationChallenge.protectionSpace());
220 AuthenticationClient* client = m_authenticationChallenge.authenticationClient();
230 return m_authenticationChallenge;