|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <CredentialBase.h>
Public Member Functions | |
| bool | isEmpty () const |
| WEBCORE_EXPORT const String & | user () const |
| WEBCORE_EXPORT const String & | password () const |
| WEBCORE_EXPORT bool | hasPassword () const |
| WEBCORE_EXPORT CredentialPersistence | persistence () const |
| bool | encodingRequiresPlatformData () const |
| bool | isEmpty () const |
| WEBCORE_EXPORT const String & | user () const |
| WEBCORE_EXPORT const String & | password () const |
| WEBCORE_EXPORT bool | hasPassword () const |
| WEBCORE_EXPORT CredentialPersistence | persistence () const |
| bool | encodingRequiresPlatformData () const |
Static Public Member Functions | |
| static WEBCORE_EXPORT bool | compare (const Credential &, const Credential &) |
| static WEBCORE_EXPORT bool | compare (const Credential &, const Credential &) |
Protected Member Functions | |
| WEBCORE_EXPORT | CredentialBase () |
| WEBCORE_EXPORT | CredentialBase (const String &user, const String &password, CredentialPersistence) |
| CredentialBase (const Credential &original, CredentialPersistence) | |
| WEBCORE_EXPORT | CredentialBase () |
| WEBCORE_EXPORT | CredentialBase (const String &user, const String &password, CredentialPersistence) |
| CredentialBase (const Credential &original, CredentialPersistence) | |
Static Protected Member Functions | |
| static bool | platformCompare (const Credential &, const Credential &) |
| static bool | platformCompare (const Credential &, const Credential &) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
static |
|
inline |
|
inline |
| WEBCORE_EXPORT bool WebCore::CredentialBase::hasPassword | ( | ) | const |
| bool WebCore::CredentialBase::hasPassword | ( | ) | const |
| bool WebCore::CredentialBase::isEmpty | ( | ) | const |
| bool WebCore::CredentialBase::isEmpty | ( | ) | const |
| WEBCORE_EXPORT const String& WebCore::CredentialBase::password | ( | ) | const |
| const String & WebCore::CredentialBase::password | ( | ) | const |
| CredentialPersistence WebCore::CredentialBase::persistence | ( | ) | const |
| WEBCORE_EXPORT CredentialPersistence WebCore::CredentialBase::persistence | ( | ) | const |
|
inlinestaticprotected |
|
inlinestaticprotected |
| const String & WebCore::CredentialBase::user | ( | ) | const |
| WEBCORE_EXPORT const String& WebCore::CredentialBase::user | ( | ) | const |
1.8.13