HomeSort by relevance Sort by last modified time
    Searched defs:HTMLLegendElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLLegendElement.h 31 class HTMLLegendElement : public HTMLFormControlElement {
33 static PassRefPtr<HTMLLegendElement> create(const QualifiedName&, Document*, HTMLFormElement*);
36 HTMLLegendElement(const QualifiedName&, Document*, HTMLFormElement*);
HTMLLegendElement.cpp 26 #include "HTMLLegendElement.h"
35 inline HTMLLegendElement::HTMLLegendElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
41 PassRefPtr<HTMLLegendElement> HTMLLegendElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
43 return adoptRef(new HTMLLegendElement(tagName, document, form));
46 bool HTMLLegendElement::supportsFocus() const
51 const AtomicString& HTMLLegendElement::formControlType() const
57 HTMLFormControlElement* HTMLLegendElement::associatedControl()
80 void HTMLLegendElement::focus(bool
    [all...]

Completed in 142 milliseconds