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

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 197 bool hasSections() const { return m_head || m_foot || m_firstBody; }
RenderTableSection.cpp 625 if (!o->isTable() || toRenderTable(o)->hasSections()) {
    [all...]

Completed in 52 milliseconds