Home
last modified time | relevance | path

Searched refs:ensureRows (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.h143 bool ensureRows(int);
DRenderTableSection.cpp137 if (!ensureRows(m_cRow + 1)) in addChild()
160 bool RenderTableSection::ensureRows(int numRows) in ensureRows() function in WebCore::RenderTableSection
223 if (!ensureRows(m_cRow + rSpan)) in addCell()
1177 if (!ensureRows(m_cRow + 1)) in setCellLogicalWidths()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-196452 (RenderTableSection::ensureRows):
6581 (RenderTableSection::ensureRows): Create empty CellStruct to fill the
8574 (RenderTableSection::ensureRows): Return false if the grid resize is not
8576 (RenderTableSection::addCell): Return early if ensureRows() returned false.
8577 * khtml/rendering/render_table.h: Make ensureRows() return a bool instead
DChangeLog-2003-10-2515077 (RenderTableSection::ensureRows):
DChangeLog-2007-10-1465178 size_t (64bit) vs int (32bit) cast is now fixed in ensureRows,
65186 (WebCore::RenderTableSection::ensureRows):
69057 (WebCore::RenderTableSection::ensureRows):
DChangeLog-2006-12-3143153 (WebCore::RenderTableSection::ensureRows):
49251 (WebCore::RenderTableSection::ensureRows):
DChangeLog-2006-05-1012924 (WebCore::RenderTableSection::ensureRows):
DChangeLog-2010-12-0617924 (WebCore::RenderTableSection::ensureRows): Ditto.
92539 (WebCore::RenderTableSection::ensureRows):
94556 (WebCore::RenderTableSection::ensureRows):
DChangeLog-2005-08-2337880 (RenderTableSection::ensureRows):
DChangeLog-2008-08-1058275 (WebCore::RenderTableSection::ensureRows): Use Vector::grow instead of resize.
DChangeLog-2009-06-1687758 (WebCore::RenderTableSection::ensureRows):