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

  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.h 63 int previousFailureCount() const { return m_coreAuthenticationChallenge.previousFailureCount(); }
70 WebCore::AuthenticationChallenge m_coreAuthenticationChallenge;
AuthenticationChallengeProxy.cpp 40 : m_coreAuthenticationChallenge(authenticationChallenge)
85 m_webCredential = WebCredential::create(m_coreAuthenticationChallenge.proposedCredential());
93 m_webProtectionSpace = WebProtectionSpace::create(m_coreAuthenticationChallenge.protectionSpace());

Completed in 65 milliseconds