Searched defs:credential (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallengeSenderCFNet.cpp63 useCredential( IWebURLCredential* credential, IWebURLAuthenticationChallenge* challenge) argument
H A DWebURLAuthenticationChallengeSenderCurl.cpp56 useCredential( IWebURLCredential* credential, IWebURLAuthenticationChallenge* challenge) argument
H A DWebURLCredential.cpp37 WebURLCredential::WebURLCredential(const Credential& credential) argument
58 WebURLCredential* WebURLCredential::createInstance(const Credential& credential) argument
165 const WebCore::Credential& WebURLCredential::credential() const function in class:WebURLCredential
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKAuthenticationDecisionListener.cpp39 void WKAuthenticationDecisionListenerUseCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredentialRef credential) argument
H A DWKCredential.cpp43 RefPtr<WebCredential> credential = WebCredential::create(toImpl(username), toImpl(password), toCredentialPersistence(persistence)); local
49 RefPtr<WebCredential> credential = WebCredential::create(toImpl(certificateInfo)); local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Authentication/
H A DAuthenticationDecisionListener.cpp43 void AuthenticationDecisionListener::useCredential(WebCredential* credential) argument
H A DWebCredential.cpp33 WebCredential::WebCredential(const WebCore::Credential& credential) argument
H A DAuthenticationChallengeProxy.cpp60 void AuthenticationChallengeProxy::useCredential(WebCredential* credential) argument
H A DWebCredential.h44 static PassRefPtr<WebCredential> create(const WebCore::Credential& credential) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownloadAuthenticationClient.cpp41 void DownloadAuthenticationClient::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dcred.c69 _gss_mg_check_credential(gss_cred_id_t credential) argument
75 _gss_cred_copy_name(OM_uint32 *minor_status, gss_cred_id_t credential, gss_const_OID mech) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitauthenticationdialog.cpp26 WebCore::Credential credential = webkitAuthenticationWidgetCreateCredential(authWidget); local
/macosx-10.9.5/WebCore-7537.78.1/platform/mediastream/
H A DRTCConfiguration.h46 static PassRefPtr<RTCIceServer> create(const KURL& uri, const String& credential) argument
53 const String& credential() { return m_credential; } function in class:WebCore::RTCIceServer
56 RTCIceServer(const KURL& uri, const String& credential) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/qt/
H A DDownloadQt.cpp87 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) argument
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkdestroy.c37 static const char *credential; variable
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DCredentialStorage.cpp90 void CredentialStorage::set(const Credential& credential, const ProtectionSpace& protectionSpace, const KURL& url) argument
146 bool CredentialStorage::set(const Credential& credential, const KURL& url) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DAuthenticationCF.cpp92 CFURLCredentialRef credential = createCF(coreChallenge.proposedCredential()); local
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DAuthenticationChallenge.h52 void setProposedCredential(const Credential& credential) { m_proposedCredential = credential; } argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DCredentialTransformData.cpp106 CredentialTransformData::CredentialTransformData(const ProtectionSpace& protectionSpace, const Credential& credential) argument
116 Credential CredentialTransformData::credential() const function in class:WebCore::CredentialTransformData
123 void CredentialTransformData::setCredential(const Credential& credential) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/
H A DAuthenticationManager.cpp107 void AuthenticationManager::useCredentialForChallenge(uint64_t challengeID, const Credential& credential, const PlatformCertificateInfo& certificateInfo) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_auth_request.cpp55 WKRetainPtr<WKCredentialRef> credential = WKAuthenticationChallengeGetProposedCredential(m_authenticationChallenge.get()); local
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DAuthenticationChallengeManager.cpp44 Credential credential; member in struct:WebCore::ChallengeInfo
156 authenticationChallenge(const KURL& url, const ProtectionSpace& space, const Credential& credential, AuthenticationChallengeClient* authClient, PageClientBlackBerry* pageClient) argument
199 notifyChallengeResult(const KURL&, const ProtectionSpace& space, AuthenticationChallengeResult result, const Credential& credential) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DCredentialBackingStore.cpp130 bool CredentialBackingStore::addLogin(const ProtectionSpace& protectionSpace, const Credential& credential) argument
166 bool CredentialBackingStore::updateLogin(const ProtectionSpace& protectionSpace, const Credential& credential) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/gtk/
H A DCredentialBackingStore.cpp125 void CredentialBackingStore::storeCredentialsForChallenge(const AuthenticationChallenge& challenge, const Credential& credential) argument

Completed in 148 milliseconds

12