Home
last modified time | relevance | path

Searched refs:resetSectionPointerIfNotBefore (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp101 static inline void resetSectionPointerIfNotBefore(RenderTableSection*& ptr, RenderObject* before) in resetSectionPointerIfNotBefore() function
142 resetSectionPointerIfNotBefore(m_head, beforeChild); in addChild()
146 resetSectionPointerIfNotBefore(m_firstBody, beforeChild); in addChild()
153 resetSectionPointerIfNotBefore(m_foot, beforeChild); in addChild()
161 resetSectionPointerIfNotBefore(m_firstBody, beforeChild); in addChild()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1465661 (WebCore::resetSectionPointerIfNotBefore): Added this function to help with