HomeSort by relevance Sort by last modified time
    Searched refs:HTMLDataGridRowElement (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLDataGridRowElement.cpp 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
    [all...]
HTMLDataGridRowElement.h 35 class HTMLDataGridRowElement : public HTMLElement {
37 static PassRefPtr<HTMLDataGridRowElement> create(const QualifiedName&, Document*);
49 HTMLDataGridRowElement(const QualifiedName&, Document*);
HTMLDataGridRowElement.idl 30 ] HTMLDataGridRowElement : HTMLElement {

Completed in 398 milliseconds