webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <PasswordCredential.h>
Classes | |
struct | Data |
Public Types | |
using | CredentialBodyType = std::optional< Variant< RefPtr< DOMFormData >, RefPtr< URLSearchParams > >> |
Public Types inherited from WebCore::BasicCredential | |
enum | Type { Type::Password, Type::Federated } |
Static Public Member Functions | |
static Ref< PasswordCredential > | create (const Data &data) |
static Ref< PasswordCredential > | create (const HTMLFormElement &form) |
Additional Inherited Members | |
Protected Member Functions inherited from WebCore::SiteBoundCredential | |
SiteBoundCredential (const SiteBoundCredentialData &, Type) | |
Protected Member Functions inherited from WebCore::BasicCredential | |
BasicCredential (const CredentialData &, Type) | |
Protected Member Functions inherited from WTF::RefCounted< BasicCredential > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
using WebCore::PasswordCredential::CredentialBodyType = std::optional<Variant<RefPtr<DOMFormData>, RefPtr<URLSearchParams> >> |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |