Home | History | Annotate | Download | only in src

Lines Matching defs:WebFormControlElement

32 #include "WebFormControlElement.h"
41 bool WebFormControlElement::isEnabled() const
46 bool WebFormControlElement::isReadOnly() const
51 WebString WebFormControlElement::formControlName() const
56 WebString WebFormControlElement::formControlType() const
61 void WebFormControlElement::dispatchFormControlChangeEvent()
66 WebString WebFormControlElement::nameForAutofill() const
79 WebFormControlElement::WebFormControlElement(const PassRefPtr<HTMLFormControlElement>& elem)
84 WebFormControlElement& WebFormControlElement::operator=(const PassRefPtr<HTMLFormControlElement>& elem)
90 WebFormControlElement::operator PassRefPtr<HTMLFormControlElement>() const