Name Description Size Coverage
BasicTableLayoutStrategy.cpp Web-compatible algorithms that determine column and table widths, used for CSS2's 'table-layout: auto'. 40646 95 %
BasicTableLayoutStrategy.h Web-compatible algorithms that determine column and table isizes, used for CSS2's 'table-layout: auto'. 3170 100 %
celldata.h Data stored by nsCellMap to rationalize rowspan and colspan cells. 12730 97 %
crashtests -
FixedTableLayoutStrategy.cpp Algorithms that determine column and table inline sizes used for CSS2's 'table-layout: fixed'. 15294 93 %
FixedTableLayoutStrategy.h Algorithms that determine column and table isizes used for CSS2's 'table-layout: fixed'. 1237 100 %
moz.build 1501 -
nsCellMap.cpp 87232 85 %
nsCellMap.h destructor NOT VIRTUAL BECAUSE THIS CLASS SHOULD **NEVER** BE SUBCLASSED 21893 100 %
nsITableCellLayout.h nsITableCellLayout interface for layout objects that act like table cells. XXXbz This interface should really go away... @author sclark 995 -
nsITableLayoutStrategy.h interface for the set of algorithms that determine column and table isizes 1661 100 %
nsTableCellFrame.cpp 44598 97 %
nsTableCellFrame.h nsTableCellFrame data structure to maintain information about a single table cell's frame NOTE: frames are not ref counted. We expose addref and release here so we can change that decsion in the future. Users of nsITableCellLayout should refcount correctly as if this object is being ref counted, though no actual support is under the hood. @author sclark 11567 100 %
nsTableColFrame.cpp virtual 6625 87 %
nsTableColFrame.h instantiate a new instance of nsTableRowFrame. @param aPresShell the pres shell for this frame @return the frame that was created 9809 100 %
nsTableColGroupFrame.cpp virtual 17457 89 %
nsTableColGroupFrame.h nsTableColGroupFrame data structure to maintain information about a single table cell's frame 8700 100 %
nsTableFrame.cpp nsTableFrame ** ****************************************************************************** 288110 95 %
nsTableFrame.h Move all display items in our lists to top of the corresponding lists in the destination. 35634 100 %
nsTableRowFrame.cpp ----------- nsTableRowFrame ---------- 51451 98 %
nsTableRowFrame.h nsTableRowFrame is the frame that maps table rows (HTML tag TR). This class cannot be reused outside of an nsTableRowGroupFrame. It assumes that its parent is an nsTableRowGroupFrame, and its children are nsTableCellFrames. @see nsTableFrame @see nsTableRowGroupFrame @see nsTableCellFrame 13987 99 %
nsTableRowGroupFrame.cpp 74651 91 %
nsTableRowGroupFrame.h nsTableRowGroupFrame is the frame that maps row groups (HTML tags THEAD, TFOOT, and TBODY). This class cannot be reused outside of an nsTableFrame. It assumes that its parent is an nsTableFrame, and its children are nsTableRowFrames. @see nsTableFrame @see nsTableRowFrame 14698 100 %
nsTableWrapperFrame.cpp 33187 99 %
nsTableWrapperFrame.h Primary frame for a table element, the nsTableWrapperFrame contains 0 or one caption frame, and a nsTableFrame pseudo-frame (referred to as the "inner frame'). 10484 96 %
reftests -
SpanningCellSorter.cpp Code to sort cells by their colspan, used by BasicTableLayoutStrategy. 3738 100 %
SpanningCellSorter.h Code to sort cells by their colspan, used by BasicTableLayoutStrategy. 2451 100 %
TableArea.h 1755 100 %
test -