Searched refs:m_challenges (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Authentication/
H A DAuthenticationManager.cpp71 m_challenges.set(challengeID, authenticationChallenge);
79 m_challenges.set(challengeID, authenticationChallenge);
86 AuthenticationChallenge challenge = m_challenges.take(challengeID);
101 AuthenticationChallenge challenge = m_challenges.take(challengeID);
115 AuthenticationChallenge challenge = m_challenges.take(challengeID);
H A DAuthenticationManager.h68 AuthenticationChallengeMap m_challenges; member in class:WebKit::AuthenticationManager

Completed in 63 milliseconds