Searched refs:m_authenticationChallenge (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_auth_request.cpp40 : m_authenticationChallenge(authenticationChallenge)
43 ASSERT(m_authenticationChallenge);
55 WKRetainPtr<WKCredentialRef> credential = WKAuthenticationChallengeGetProposedCredential(m_authenticationChallenge.get());
71 WKRetainPtr<WKProtectionSpaceRef> protectionSpace = WKAuthenticationChallengeGetProtectionSpace(m_authenticationChallenge.get());
87 WKRetainPtr<WKProtectionSpaceRef> protectionSpace = WKAuthenticationChallengeGetProtectionSpace(m_authenticationChallenge.get());
106 WKAuthenticationDecisionListenerRef decisionListener = WKAuthenticationChallengeGetDecisionListener(m_authenticationChallenge.get());
121 WKAuthenticationDecisionListenerRef decisionListener = WKAuthenticationChallengeGetDecisionListener(m_authenticationChallenge.get());
129 return WKAuthenticationChallengeGetPreviousFailureCount(m_authenticationChallenge.get()) > 0;
H A Dewk_auth_request_private.h57 WKRetainPtr<WKAuthenticationChallengeRef> m_authenticationChallenge; member in class:EwkAuthRequest
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallenge.cpp48 , 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...]
H A DWebURLAuthenticationChallenge.h83 WebCore::AuthenticationChallenge m_authenticationChallenge; variable

Completed in 197 milliseconds