Searched defs:Credential (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dcredential.cpp170 Credential::Credential() : function in class:Authorization::Credential
175 Credential::Credential(CredentialImpl *impl) : function in class:Authorization::Credential
180 Credential::Credential(const uid_t uid, const string &username, const string &realname, bool shared) : function in class:Authorization::Credential
185 Credential::Credential(const string &username, const string &password, bool shared) : RefPointer<CredentialImpl>(new CredentialImpl(username, password, shared)) function in class:Authorization::Credential
189 Credential function in class:Authorization::Credential
[all...]
H A Dcredential.h87 class Credential : public RefPointer<CredentialImpl> class in namespace:Authorization
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DCredential.cpp32 Credential::Credential() function in class:WebCore::Credential
44 Credential::Credential(const String& user, const String& password, CredentialPersistence persistence) function in class:WebCore::Credential
54 Credential::Credential(const Credential& original, CredentialPersistence persistence) function in class:WebCore::Credential
97 Credential::Credential(SecIdentityRef identity, CFArrayRef certificates, CredentialPersistence persistence) function in class:WebCore::Credential
[all...]
H A DCredential.h52 class Credential { class in namespace:WebCore
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DSocketStreamHandleCurl.cpp74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
H A DResourceHandleCurl.cpp191 void ResourceHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DSocketStreamHandleWin.cpp74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp76 void Download::useCredential(const AuthenticationChallenge&, const Credential&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/gtk/
H A DCredentialBackingStore.cpp50 static GRefPtr<GHashTable> createAttributeHashTableFromChallenge(const AuthenticationChallenge& challenge, const Credential& credential = Credential()) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DSocketStreamHandleQt.cpp226 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DSocketStreamHandleSoup.cpp218 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/soup/
H A DDownloadSoup.cpp231 void Download::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
251 void Download::useCredential(const AuthenticationChallenge&, const Credential&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DSocketStreamHandleCFNet.cpp647 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument

Completed in 127 milliseconds