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

  /external/webkit/WebCore/html/
HTMLTableElement.idl 30 attribute HTMLTableSectionElement tFoot
HTMLTableElement.h 51 HTMLTableSectionElement* tFoot() const;
HTMLTableRowElement.cpp 80 // Rows from the first <tfoot> are numbered after all <tbody> rows.
81 // Rows from other <thead> and <tfoot> elements don't get row indices at all.
106 if (HTMLTableSectionElement* foot = static_cast<HTMLTableElement*>(table)->tFoot()) {
115 // We get here for rows that are in <thead> or <tfoot> sections other than the main header and footer.
HTMLTableElement.cpp 103 HTMLTableSectionElement* HTMLTableElement::tFoot() const
142 if (HTMLTableSectionElement* existingFoot = tFoot())
153 removeChild(tFoot(), ec);
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 98 // if there is a caption element, summary, THEAD, or TFOOT section, it's most certainly a data table
100 if (!tableElement->summary().isEmpty() || tableElement->tHead() || tableElement->tFoot() || tableElement->caption())
  /frameworks/base/tools/preload/
sorttable.js 57 // to do is put them in a tfoot. So, if there are sortbottom rows,
58 // for backwards compatibility, move them to tfoot (creating it if needed).
66 if (table.tFoot == null) {
67 // table doesn't have a tfoot. Create one.
68 tfo = document.createElement('tfoot');
  /external/webkit/WebCore/inspector/front-end/
DataGrid.js 277 this._headerTable.insertBefore(this._headerTableBody, this._headerTable.tFoot);
291 this._dataTable.insertBefore(this._dataTableBody, this._dataTable.tFoot);
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 482 milliseconds