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

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

Completed in 57 milliseconds