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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp108 static inline void resetSectionPointerIfNotBefore(RenderTableSection*& ptr, RenderObject* before) function in namespace:blink
139 resetSectionPointerIfNotBefore(m_head, beforeChild);
143 resetSectionPointerIfNotBefore(m_firstBody, beforeChild);
150 resetSectionPointerIfNotBefore(m_foot, beforeChild);
158 resetSectionPointerIfNotBefore(m_firstBody, beforeChild);

Completed in 753 milliseconds