Home
last modified time | relevance | path

Searched defs:credential (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebURLCredential.cpp37 WebURLCredential::WebURLCredential(const Credential& credential) in WebURLCredential()
58 WebURLCredential* WebURLCredential::createInstance(const Credential& credential) in createInstance()
165 const WebCore::Credential& WebURLCredential::credential() const in credential() function in WebURLCredential
DWebURLAuthenticationChallengeSenderCurl.cpp57 /* [in] */ IWebURLCredential* credential, in useCredential()
DWebURLAuthenticationChallengeSenderCFNet.cpp64 /* [in] */ IWebURLCredential* credential, in useCredential()
DWebDownloadCurl.cpp144 /* [in] */ IWebURLCredential* credential, in useCredential()
DWebDownloadCFNet.cpp332 /* [in] */ IWebURLCredential* credential, in useCredential()
385 …Credential credential = CredentialStorage::get(core(CFURLAuthChallengeGetProtectionSpace(challenge… in didReceiveAuthenticationChallenge() local
/external/webkit/Source/WebKit2/UIProcess/Authentication/
DWebCredential.cpp31 WebCredential::WebCredential(const WebCore::Credential& credential) in WebCredential()
DAuthenticationDecisionListener.cpp42 void AuthenticationDecisionListener::useCredential(WebCredential* credential) in useCredential()
DWebCredential.h42 static PassRefPtr<WebCredential> create(const WebCore::Credential& credential) in create()
DAuthenticationChallengeProxy.cpp59 void AuthenticationChallengeProxy::useCredential(WebCredential* credential) in useCredential()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKAuthenticationDecisionListener.cpp39 …eCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredentialRef credential) in WKAuthenticationDecisionListenerUseCredential()
DWKCredential.cpp42 …RefPtr<WebCredential> credential = WebCredential::create(toImpl(username), toImpl(password), toCre… in WKCredentialCreate() local
/external/webkit/Source/WebCore/platform/network/
DCredentialStorage.cpp86 void CredentialStorage::set(const Credential& credential, const ProtectionSpace& protectionSpace, c… in set()
142 bool CredentialStorage::set(const Credential& credential, const KURL& url) in set()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dsaslplainmechanism.h49 talk_base::FormatCryptString credential; in StartSaslAuth() local
Dsaslcookiemechanism.h70 std::string credential; in StartSaslAuth() local
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
DDownloadCurl.cpp61 …vedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) in receivedCredential()
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
DDownloadSoup.cpp66 …vedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) in receivedCredential()
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
DDownloadQt.cpp65 …vedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) in receivedCredential()
/external/webkit/Source/WebKit2/WebProcess/Authentication/
DAuthenticationManager.cpp84 …uthenticationManager::useCredentialForChallenge(uint64_t challengeID, const Credential& credential) in useCredentialForChallenge()
/external/webkit/Source/WebCore/platform/network/cf/
DAuthenticationCF.cpp85 CFURLCredentialRef credential = createCF(coreChallenge.proposedCredential()); in createCF() local
DResourceHandleCFNet.cpp518 RetainPtr<CFURLCredentialRef> credential(AdoptCF, in didReceiveAuthenticationChallenge() local
542 Credential credential = CredentialStorage::get(challenge.protectionSpace()); in didReceiveAuthenticationChallenge() local
562 …eHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential) in receivedCredential()
/external/webkit/Source/WebKit/chromium/src/
DSocketStreamHandle.cpp224 …mHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential) in receivedCredential()
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp211 …vedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) in receivedCredential()
/external/webkit/Tools/DumpRenderTree/win/
DResourceLoadDelegate.cpp307 COMPtr<IWebURLCredential> credential; in didReceiveAuthenticationChallenge() local