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

  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 56 , m_foot(0)
153 resetSectionPointerIfNotBefore(m_foot, beforeChild);
154 if (!m_foot) {
155 m_foot = toRenderTableSection(child);
431 RenderTableSection* section = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot);
777 m_foot = 0;
807 if (!m_foot)
808 m_foot = section;
869 RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot);
    [all...]
RenderTable.h 144 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 21 milliseconds