Home
last modified time | relevance | path

Searched refs:TSectionRows (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp70 case TSectionRows: in shouldTypeOnlyIncludeDirectChildren()
103 case TSectionRows: in rootTypeFromCollectionType()
133 case TSectionRows: in invalidationTypeExcludingIdAndNameAttributes()
220 case TSectionRows: in isMatchingHTMLElement()
DCollectionType.h42 TSectionRows, // all row elements in this table section enumerator
DHTMLTableSectionElement.cpp98 return ensureCachedCollection<HTMLCollection>(TSectionRows); in rows()