webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
WebCore::AutofillData Class Reference

#include <Autofill.h>

Public Member Functions

 AutofillData (const AtomicString &fieldName, const String &idlExposedValue)
 
 AutofillData (const AtomicString &fieldName, const String &idlExposedValue)
 

Static Public Member Functions

static AutofillData createFromHTMLFormControlElement (const HTMLFormControlElement &)
 
static AutofillData createFromHTMLFormControlElement (const HTMLFormControlElement &)
 

Public Attributes

AtomicString fieldName
 
String idlExposedValue
 

Constructor & Destructor Documentation

◆ AutofillData() [1/2]

WebCore::AutofillData::AutofillData ( const AtomicString fieldName,
const String idlExposedValue 
)
inline

◆ AutofillData() [2/2]

WebCore::AutofillData::AutofillData ( const AtomicString fieldName,
const String idlExposedValue 
)
inline

Member Function Documentation

◆ createFromHTMLFormControlElement() [1/2]

AutofillData WebCore::AutofillData::createFromHTMLFormControlElement ( const HTMLFormControlElement element)
static

◆ createFromHTMLFormControlElement() [2/2]

static AutofillData WebCore::AutofillData::createFromHTMLFormControlElement ( const HTMLFormControlElement )
static

Member Data Documentation

◆ fieldName

AtomicString WebCore::AutofillData::fieldName

◆ idlExposedValue

String WebCore::AutofillData::idlExposedValue

The documentation for this class was generated from the following files: