webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WebURLCredential.h>
Public Member Functions | |
virtual HRESULT STDMETHODCALLTYPE | QueryInterface (_In_ REFIID riid, _COM_Outptr_ void **ppvObject) |
virtual ULONG STDMETHODCALLTYPE | AddRef () |
virtual ULONG STDMETHODCALLTYPE | Release () |
virtual HRESULT STDMETHODCALLTYPE | hasPassword (_Out_ BOOL *result) |
virtual HRESULT STDMETHODCALLTYPE | initWithUser (_In_ BSTR user, _In_ BSTR password, WebURLCredentialPersistence) |
virtual HRESULT STDMETHODCALLTYPE | password (__deref_opt_out BSTR *password) |
virtual HRESULT STDMETHODCALLTYPE | persistence (_Out_ WebURLCredentialPersistence *result) |
virtual HRESULT STDMETHODCALLTYPE | user (__deref_opt_out BSTR *result) |
const WebCore::Credential & | credential () const |
![]() | |
HRESULT | hasPassword ([out, retval] BOOL *result) |
HRESULT | initWithUser ([in] BSTR user, [in] BSTR password, [in] WebURLCredentialPersistence persistence) |
HRESULT | password ([out, retval] BSTR *password) |
HRESULT | persistence ([out, retval] WebURLCredentialPersistence *result) |
HRESULT | user ([out, retval] BSTR *result) |
Static Public Member Functions | |
static WebURLCredential * | createInstance () |
static WebURLCredential * | createInstance (const WebCore::Credential &) |
Protected Attributes | |
ULONG | m_refCount { 0 } |
WebCore::Credential | m_credential |
|
static |
|
static |
const WebCore::Credential & WebURLCredential::credential | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |