Home
last modified time | relevance | path

Searched refs:hasSections (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h252 bool hasSections() const { return m_head || m_foot || m_firstBody; } in hasSections() function
DRenderTableSection.cpp998 && (!child->isTable() || toRenderTable(child)->hasSections())) { in layoutRows()