Home
last modified time | relevance | path

Searched defs:challengeID (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Authentication/
DAuthenticationManager.cpp70 uint64_t challengeID = generateAuthenticationChallengeID(); in didReceiveAuthenticationChallenge() local
78 uint64_t challengeID = generateAuthenticationChallengeID(); in didReceiveAuthenticationChallenge() local
84 void AuthenticationManager::useCredentialForChallenge(uint64_t challengeID, const Credential& crede… in useCredentialForChallenge()
99 void AuthenticationManager::continueWithoutCredentialForChallenge(uint64_t challengeID) in continueWithoutCredentialForChallenge()
113 void AuthenticationManager::cancelChallenge(uint64_t challengeID) in cancelChallenge()
/external/webkit/Source/WebKit2/UIProcess/Authentication/
DAuthenticationChallengeProxy.cpp39 …(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t challengeID, WebProcess… in AuthenticationChallengeProxy()
DAuthenticationChallengeProxy.h50 …(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t challengeID, WebProcess… in create()
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp96 …thenticationChallenge(const AuthenticationChallenge& authenticationChallenge, uint64_t challengeID) in didReceiveAuthenticationChallenge()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2861 …enge(uint64_t frameID, const WebCore::AuthenticationChallenge& coreChallenge, uint64_t challengeID) in didReceiveAuthenticationChallenge()