Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLDataGridRowElement

30 #include "HTMLDataGridRowElement.h"
38 inline HTMLDataGridRowElement::HTMLDataGridRowElement(const QualifiedName& name, Document* document)
43 PassRefPtr<HTMLDataGridRowElement> HTMLDataGridRowElement::create(const QualifiedName& name, Document* document)
45 return adoptRef(new HTMLDataGridRowElement(name, document));
48 bool HTMLDataGridRowElement::selected() const
53 void HTMLDataGridRowElement::setSelected(bool selected)
58 bool HTMLDataGridRowElement::focused() const
63 void HTMLDataGridRowElement::setFocused(bool focused)
68 bool HTMLDataGridRowElement::expanded() const
73 void HTMLDataGridRowElement::setExpanded(bool expanded)