Lines Matching refs:tableFrame

178   nsTableFrame* tableFrame = GetTableFrame();  in DidSetComputedStyle()  local
179 if (tableFrame->IsBorderCollapse() && in DidSetComputedStyle()
180 tableFrame->BCRecalcNeeded(aOldComputedStyle, Style())) { in DidSetComputedStyle()
181 TableArea damageArea(0, GetRowIndex(), tableFrame->GetColCount(), 1); in DidSetComputedStyle()
182 tableFrame->AddBCDamageArea(damageArea); in DidSetComputedStyle()
195 nsTableFrame* tableFrame = GetTableFrame(); in AppendFrames() local
200 tableFrame->AppendCell(static_cast<nsTableCellFrame&>(*childFrame), in AppendFrames()
206 tableFrame->SetGeometryDirty(); in AppendFrames()
243 nsTableFrame* tableFrame = GetTableFrame(); in InsertFrames() local
244 tableFrame->InsertCells(cellChildren, GetRowIndex(), colIndex); in InsertFrames()
248 tableFrame->SetGeometryDirty(); in InsertFrames()
257 nsTableFrame* tableFrame = GetTableFrame(); in RemoveFrame() local
258 tableFrame->RemoveCell(cellFrame, GetRowIndex()); in RemoveFrame()
266 tableFrame->SetGeometryDirty(); in RemoveFrame()
303 nsTableFrame* tableFrame = GetTableFrame(); in DidResize() local
316 *cellFrame, *tableFrame, wm); in DidResize()
359 nsTableFrame* tableFrame = GetTableFrame(); in DidResize() local
360 if (tableFrame->IsBorderCollapse()) { in DidResize()
475 nsTableFrame* tableFrame = GetTableFrame(); in CalcBSize() local
509 UpdateBSize(desSize.BSize(wm), ascent, descent, tableFrame, cellFrame); in CalcBSize()
903 nsTableFrame* tableFrame = GetTableFrame(); in ReflowChildren() local
904 if (tableFrame->IsBorderCollapse()) { in ReflowChildren()
1004 nsTableFrame* tableFrame = GetTableFrame(); in Reflow() local
1008 tableFrame->SetNeedToCollapse(true); in Reflow()
1015 InitHasCellWithStyleBSize(tableFrame); in Reflow()
1017 ReflowChildren(aPresContext, aDesiredSize, aReflowInput, *tableFrame, in Reflow()
1107 nsTableFrame* tableFrame = in CollapseRowIfNecessary() local
1110 tableFrame->SetNeedToCollapse(true); in CollapseRowIfNecessary()
1137 shift += tableFrame->GetRowSpacing(rowIndex); in CollapseRowIfNecessary()
1152 shift += tableFrame->GetRowSpacing(GetRowIndex()); in CollapseRowIfNecessary()
1161 static_cast<nsTableFrame*>(tableFrame->FirstInFlow()); in CollapseRowIfNecessary()
1167 int32_t cellColSpan = tableFrame->GetEffectiveColSpan(*cellFrame); in CollapseRowIfNecessary()
1174 *tableFrame, true); in CollapseRowIfNecessary()
1184 nsTableColFrame* colFrame = tableFrame->GetColFrame(colIdx); in CollapseRowIfNecessary()
1196 tableFrame->GetColFrame(colIdx + 1); in CollapseRowIfNecessary()
1200 tableFrame->ColumnHasCellSpacingBefore(colIdx + 1)) { in CollapseRowIfNecessary()
1201 cRect.ISize(wm) += tableFrame->GetColSpacing(cellColIndex); in CollapseRowIfNecessary()
1208 iPos += tableFrame->GetColSpacing(cellColIndex); in CollapseRowIfNecessary()
1210 int32_t actualRowSpan = tableFrame->GetEffectiveRowSpan(*cellFrame); in CollapseRowIfNecessary()
1220 tableFrame->GetRowSpacing(rowFrame->GetRowIndex()); in CollapseRowIfNecessary()