Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLFormControlElement

39 // HTMLFormControlElement is the default implementation of FormAssociatedElement,
40 // and form-associated element implementations should use HTMLFormControlElement
42 class HTMLFormControlElement : public LabelableElement, public FormAssociatedElement {
44 virtual ~HTMLFormControlElement();
103 static HTMLFormControlElement* enclosingFormControlElement(Node*);
109 HTMLFormControlElement(const QualifiedName& tagName, Document*, HTMLFormElement*);
174 inline HTMLFormControlElement* toHTMLFormControlElement(Node* node)
177 return static_cast<HTMLFormControlElement*>(node);
180 inline HTMLFormControlElement* toHTMLFormControlElement(FormAssociatedElement* control)
183 return static_cast<HTMLFormControlElement*>(control);