Home | History | Annotate | Download | only in web

Lines Matching defs:WebFormControlElement

32 #include "WebFormControlElement.h"
42 bool WebFormControlElement::isEnabled() const
47 bool WebFormControlElement::isReadOnly() const
52 WebString WebFormControlElement::formControlName() const
57 WebString WebFormControlElement::formControlType() const
62 void WebFormControlElement::dispatchFormControlChangeEvent()
67 WebString WebFormControlElement::nameForAutofill() const
80 WebFormElement WebFormControlElement::form() const
85 WebFormControlElement::WebFormControlElement(const PassRefPtr<HTMLFormControlElement>& elem)
90 WebFormControlElement& WebFormControlElement::operator=(const PassRefPtr<HTMLFormControlElement>& elem)
96 WebFormControlElement::operator PassRefPtr<HTMLFormControlElement>() const