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

/external/webkit/WebCore/rendering/
H A DRenderTable.cpp55 , m_firstBody(0)
133 resetSectionPointerIfNotBefore(m_firstBody, beforeChild);
134 if (!m_firstBody)
135 m_firstBody = toRenderTableSection(child);
148 resetSectionPointerIfNotBefore(m_firstBody, beforeChild);
149 if (!m_firstBody)
150 m_firstBody = toRenderTableSection(child);
399 toRenderTableSection(child)->layoutRows(child == m_firstBody ? max(0, th - calculatedHeight) : 0);
402 if (!m_firstBody && th > calculatedHeight && !style()->htmlHacks()) {
413 RenderTableSection* section = m_head ? m_head : (m_firstBody
[all...]
H A DRenderTable.h85 RenderTableSection* firstBody() const { return m_firstBody; }
136 bool hasSections() const { return m_head || m_foot || m_firstBody; }
188 mutable RenderTableSection* m_firstBody; member in class:WebCore::RenderTable

Completed in 56 milliseconds