Home
last modified time | relevance | path

Searched refs:TableRows (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DCollectionType.h47 TableRows, enumerator
DHTMLCollection.cpp53 case TableRows: in shouldOnlyIncludeDirectChildren()
96 case TableRows: in rootTypeFromCollectionType()
127 case TableRows: in invalidationTypeExcludingIdAndNameAttributes()
227 case TableRows: in isMatchingElement()
DHTMLTableRowsCollection.cpp155 : HTMLCollection(table, TableRows, OverridesItemAfter) in HTMLTableRowsCollection()
DHTMLTableElement.cpp558 return ensureCachedHTMLCollection(TableRows); in rows()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3210 if (type == TableRows) { in ensureCachedHTMLCollection()