Searched defs:m_firstBody (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTable.h145 RenderTableSection* firstBody() const { return m_firstBody; }
197 bool hasSections() const { return m_head || m_foot || m_firstBody; }
255 mutable RenderTableSection* m_firstBody; member in class:WebCore::RenderTable

Completed in 20 milliseconds