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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h155 RenderTableSection* footer() const { return m_foot; }
252 bool hasSections() const { return m_head || m_foot || m_firstBody; }
328 mutable RenderTableSection* m_foot; member in class:blink::FINAL
365 return m_foot;

Completed in 444 milliseconds