| /external/webkit/Source/WebKit/win/ |
| D | WebURLCredential.cpp | 37 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
|
| D | WebURLAuthenticationChallengeSenderCurl.cpp | 57 /* [in] */ IWebURLCredential* credential, in useCredential()
|
| D | WebURLAuthenticationChallengeSenderCFNet.cpp | 64 /* [in] */ IWebURLCredential* credential, in useCredential()
|
| D | WebDownloadCurl.cpp | 144 /* [in] */ IWebURLCredential* credential, in useCredential()
|
| D | WebDownloadCFNet.cpp | 332 /* [in] */ IWebURLCredential* credential, in useCredential() 385 …Credential credential = CredentialStorage::get(core(CFURLAuthChallengeGetProtectionSpace(challenge… in didReceiveAuthenticationChallenge() local
|
| /external/webkit/Source/WebKit2/UIProcess/Authentication/ |
| D | WebCredential.cpp | 31 WebCredential::WebCredential(const WebCore::Credential& credential) in WebCredential()
|
| D | AuthenticationDecisionListener.cpp | 42 void AuthenticationDecisionListener::useCredential(WebCredential* credential) in useCredential()
|
| D | WebCredential.h | 42 static PassRefPtr<WebCredential> create(const WebCore::Credential& credential) in create()
|
| D | AuthenticationChallengeProxy.cpp | 59 void AuthenticationChallengeProxy::useCredential(WebCredential* credential) in useCredential()
|
| /external/webkit/Source/WebKit2/UIProcess/API/C/ |
| D | WKAuthenticationDecisionListener.cpp | 39 …eCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredentialRef credential) in WKAuthenticationDecisionListenerUseCredential()
|
| D | WKCredential.cpp | 42 …RefPtr<WebCredential> credential = WebCredential::create(toImpl(username), toImpl(password), toCre… in WKCredentialCreate() local
|
| /external/webkit/Source/WebCore/platform/network/ |
| D | CredentialStorage.cpp | 86 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/ |
| D | saslplainmechanism.h | 49 talk_base::FormatCryptString credential; in StartSaslAuth() local
|
| D | saslcookiemechanism.h | 70 std::string credential; in StartSaslAuth() local
|
| /external/webkit/Source/WebKit2/WebProcess/Downloads/curl/ |
| D | DownloadCurl.cpp | 61 …vedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) in receivedCredential()
|
| /external/webkit/Source/WebKit2/WebProcess/Downloads/soup/ |
| D | DownloadSoup.cpp | 66 …vedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) in receivedCredential()
|
| /external/webkit/Source/WebKit2/WebProcess/Downloads/qt/ |
| D | DownloadQt.cpp | 65 …vedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) in receivedCredential()
|
| /external/webkit/Source/WebKit2/WebProcess/Authentication/ |
| D | AuthenticationManager.cpp | 84 …uthenticationManager::useCredentialForChallenge(uint64_t challengeID, const Credential& credential) in useCredentialForChallenge()
|
| /external/webkit/Source/WebCore/platform/network/cf/ |
| D | AuthenticationCF.cpp | 85 CFURLCredentialRef credential = createCF(coreChallenge.proposedCredential()); in createCF() local
|
| D | ResourceHandleCFNet.cpp | 518 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/ |
| D | SocketStreamHandle.cpp | 224 …mHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential) in receivedCredential()
|
| /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/ |
| D | DownloadCFNet.cpp | 211 …vedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) in receivedCredential()
|
| /external/webkit/Tools/DumpRenderTree/win/ |
| D | ResourceLoadDelegate.cpp | 307 COMPtr<IWebURLCredential> credential; in didReceiveAuthenticationChallenge() local
|