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

  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.cpp 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;
    [all...]
WebURLAuthenticationChallenge.h 83 WebCore::AuthenticationChallenge m_authenticationChallenge;

Completed in 133 milliseconds