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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h243 bool hasSections() const { return m_head || m_foot || m_firstBody; } function in class:WebCore::FINAL
H A DRenderTableSection.cpp801 if (!o->isTable() || toRenderTable(o)->hasSections()) {

Completed in 84 milliseconds