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

  /external/webkit/WebCore/html/
HTMLTableRowsCollection.h 36 class HTMLTableElement;
41 static PassRefPtr<HTMLTableRowsCollection> create(PassRefPtr<HTMLTableElement>);
43 static HTMLTableRowElement* rowAfter(HTMLTableElement*, HTMLTableRowElement*);
44 static HTMLTableRowElement* lastRow(HTMLTableElement*);
47 HTMLTableRowsCollection(PassRefPtr<HTMLTableElement>);
HTMLTableElement.cpp 26 #include "HTMLTableElement.h"
45 HTMLTableElement::HTMLTableElement(const QualifiedName& tagName, Document* doc)
56 bool HTMLTableElement::checkDTD(const Node* newChild)
67 HTMLTableCaptionElement* HTMLTableElement::caption() const
76 void HTMLTableElement::setCaption(PassRefPtr<HTMLTableCaptionElement> newCaption, ExceptionCode& ec)
82 HTMLTableSectionElement* HTMLTableElement::tHead() const
91 void HTMLTableElement::setTHead(PassRefPtr<HTMLTableSectionElement> newHead, ExceptionCode& ec)
103 HTMLTableSectionElement* HTMLTableElement::tFoot() const
112 void HTMLTableElement::setTFoot(PassRefPtr<HTMLTableSectionElement> newFoot, ExceptionCode& ec
    [all...]
HTMLTableColElement.h 33 class HTMLTableElement;
HTMLTableRowsCollection.cpp 33 #include "HTMLTableElement.h"
55 HTMLTableRowElement* HTMLTableRowsCollection::rowAfter(HTMLTableElement* table, HTMLTableRowElement* previous)
117 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement* table)
151 HTMLTableRowsCollection::HTMLTableRowsCollection(PassRefPtr<HTMLTableElement> table)
156 PassRefPtr<HTMLTableRowsCollection> HTMLTableRowsCollection::create(PassRefPtr<HTMLTableElement> table)
164 return rowAfter(static_cast<HTMLTableElement*>(base()), static_cast<HTMLTableRowElement*>(previous));
HTMLTableElement.h 37 class HTMLTableElement : public HTMLElement {
39 HTMLTableElement(const QualifiedName&, Document*);
HTMLTableElement.idl 23 interface HTMLTableElement : HTMLElement {
HTMLTableRowElement.cpp 32 #include "HTMLTableElement.h"
85 if (HTMLTableSectionElement* head = static_cast<HTMLTableElement*>(table)->tHead()) {
106 if (HTMLTableSectionElement* foot = static_cast<HTMLTableElement*>(table)->tFoot()) {
HTMLTableColElement.cpp 30 #include "HTMLTableElement.h"
105 static_cast<HTMLTableElement*>(p)->addSharedGroupDecls(false, results);
HTMLTableSectionElement.cpp 31 #include "HTMLTableElement.h"
74 static_cast<HTMLTableElement*>(p)->addSharedGroupDecls(true, results);
HTMLViewSourceDocument.cpp 35 #include "HTMLTableElement.h"
86 RefPtr<HTMLTableElement> table = new HTMLTableElement(tableTag, this);
HTMLTableCellElement.cpp 31 #include "HTMLTableElement.h"
134 static_cast<HTMLTableElement*>(p)->addSharedCellDecls(results);
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 40 #include "HTMLTableElement.h"
99 HTMLTableElement* tableElement = static_cast<HTMLTableElement*>(tableNode);
469 HTMLTableCaptionElement* caption = static_cast<HTMLTableElement*>(tableElement)->caption();
  /external/webkit/WebCore/loader/
FTPDirectoryDocument.cpp 32 #include "HTMLTableElement.h"
84 RefPtr<HTMLTableElement> m_tableElement;
318 m_tableElement = static_cast<HTMLTableElement*>(tableElement.get());
326 m_tableElement = static_cast<HTMLTableElement*>(tableElement.get());
354 m_tableElement = static_cast<HTMLTableElement*>(tableElement.get());
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 54 #include "HTMLTableElement.h"
196 String summary = static_cast<HTMLTableElement*>(node)->summary();
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.idl 431 attribute HTMLTableElementConstructor HTMLTableElement;
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Index.h 186 V(HTMLTABLEELEMENT, HTMLTableElement) \
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 299 milliseconds