/external/webkit/Source/WebCore/rendering/ |
D | RenderTable.h | 37 class RenderTableSection; variable 143 RenderTableSection* header() const { return m_head; } in header() 144 RenderTableSection* footer() const { return m_foot; } in footer() 145 RenderTableSection* firstBody() const { return m_firstBody; } in firstBody() 187 … RenderTableSection* sectionAbove(const RenderTableSection*, bool skipEmptySections = false) const; 188 … RenderTableSection* sectionBelow(const RenderTableSection*, bool skipEmptySections = false) const; 253 mutable RenderTableSection* m_head; 254 mutable RenderTableSection* m_foot; 255 mutable RenderTableSection* m_firstBody;
|
D | RenderTableSection.h | 36 class RenderTableSection : public RenderBox { 38 RenderTableSection(Node*); 39 virtual ~RenderTableSection(); 171 inline RenderTableSection* toRenderTableSection(RenderObject* object) in toRenderTableSection() 174 return static_cast<RenderTableSection*>(object); in toRenderTableSection() 177 inline const RenderTableSection* toRenderTableSection(const RenderObject* object) in toRenderTableSection() 180 return static_cast<const RenderTableSection*>(object); in toRenderTableSection() 184 void toRenderTableSection(const RenderTableSection*);
|
D | RenderTable.cpp | 101 static inline void resetSectionPointerIfNotBefore(RenderTableSection*& ptr, RenderObject* before) in resetSectionPointerIfNotBefore() 200 … RenderTableSection* section = new (renderArena()) RenderTableSection(document() /* anonymous */); in addChild() 367 RenderTableSection* section = toRenderTableSection(child); in layout() 431 RenderTableSection* section = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in layout() 500 RenderTableSection* section = toRenderTableSection(child); in addOverflowFromChildren() 796 RenderTableSection* section = toRenderTableSection(child); in recalcSections() 806 RenderTableSection* section = toRenderTableSection(child); in recalcSections() 816 RenderTableSection* section = toRenderTableSection(child); in recalcSections() 831 RenderTableSection* section = toRenderTableSection(child); in recalcSections() 869 … RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot); in calcBorderStart() [all …]
|
D | RenderTableSection.cpp | 51 static inline void setRowLogicalHeightToRowStyleLogicalHeightIfNotRelative(RenderTableSection::RowS… in setRowLogicalHeightToRowStyleLogicalHeightIfNotRelative() 59 RenderTableSection::RenderTableSection(Node* node) in RenderTableSection() function in WebCore::RenderTableSection 76 RenderTableSection::~RenderTableSection() in ~RenderTableSection() 81 void RenderTableSection::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange() 87 void RenderTableSection::destroy() in destroy() 99 void RenderTableSection::addChild(RenderObject* child, RenderObject* beforeChild) in addChild() 160 void RenderTableSection::removeChild(RenderObject* oldChild) in removeChild() 166 bool RenderTableSection::ensureRows(int numRows) in ensureRows() 189 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row) in addCell() 265 void RenderTableSection::setCellLogicalWidths() in setCellLogicalWidths() [all …]
|
D | RenderTableRow.h | 39 RenderTableSection* section() const { return toRenderTableSection(parent()); } in section()
|
D | RenderTableCell.h | 51 RenderTableSection* section() const { return toRenderTableSection(parent()->parent()); } in section()
|
D | RenderTableRow.cpp | 48 RenderTableSection* recalcSection = section(); in destroy()
|
D | FixedTableLayout.cpp | 142 RenderTableSection* section = m_table->header(); in calcWidthArray()
|
D | RenderTableCell.cpp | 64 RenderTableSection* recalcSection = parent() ? section() : 0; in destroy() 567 RenderTableSection* currSection = section(); in collapsedBeforeBorder() 637 RenderTableSection* currSection = section(); in collapsedAfterBorder()
|
D | AutoTableLayout.cpp | 56 RenderTableSection* section = toRenderTableSection(child); in recalcColumn() 59 RenderTableSection::CellStruct current = section->cellAt(i, effCol); in recalcColumn()
|
D | RenderObject.cpp | 154 return new (arena) RenderTableSection(node); in createObject()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTableCell.cpp | 111 RenderTableSection* section = renderCell->section(); in rowIndexRange() 116 RenderTableSection* tableSection = table->header(); in rowIndexRange() 164 RenderTableSection* section = renderCell->section(); in titleUIElement()
|
D | AccessibilityTableColumn.h | 38 class RenderTableSection; variable 70 AccessibilityObject* headerObjectForSection(RenderTableSection*, bool thTagRequired);
|
D | AccessibilityTable.cpp | 120 RenderTableSection* firstBody = table->firstBody(); in isDataTable() 302 RenderTableSection* tableSection = table->header(); in addChildren() 309 RenderTableSection* initialTableSection = tableSection; in addChildren() 458 RenderTableSection* tableSection = table->header(); in cellForColumnAndRow()
|
D | AccessibilityTableColumn.cpp | 124 AccessibilityObject* AccessibilityTableColumn::headerObjectForSection(RenderTableSection* section, … in headerObjectForSection()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 620 (RenderTableSection::setCellWidths): 621 (RenderTableSection::calcRowHeight): 622 (RenderTableSection::layoutRows): 861 (RenderTableSection::calcRowHeight): 862 (RenderTableSection::layoutRows): 1874 (RenderTableSection::detach): 1875 (RenderTableSection::addChild): 2131 (RenderTableSection::calcRowHeight): 4738 (RenderTableSection::layoutRows): 7776 (RenderTableSection::addChild): [all …]
|
D | ChangeLog-2007-10-14 | 5489 * rendering/RenderTableSection.cpp: 5490 * rendering/RenderTableSection.h: 10422 …CrashTracer: [USER] 88 crashes in Safari at com.apple.WebCore: WebCore::RenderTableSection::paint … 10433 * rendering/RenderTableSection.cpp: 10434 (WebCore::RenderTableSection::paint): 10763 * rendering/RenderTableSection.cpp: 10764 (WebCore::RenderTableSection::destroy): 15399 * rendering/RenderTableSection.cpp: 15400 (WebCore::RenderTableSection::calcRowHeight): 39091 (WebCore::RenderTableSection::calcRowHeight): [all …]
|
D | ChangeLog-2006-05-10 | 2674 * rendering/RenderTableSection.cpp: 2675 (WebCore::RenderTableSection::layoutRows): If the top extra height changed or the 4445 * rendering/RenderTableSection.cpp: 4446 (WebCore::RenderTableSection::layoutRows): 5402 * rendering/RenderTableSection.cpp: 5403 (WebCore::RenderTableSection::layoutRows): 5404 (WebCore::RenderTableSection::lowestPosition): 5405 (WebCore::RenderTableSection::rightmostPosition): 5406 (WebCore::RenderTableSection::leftmostPosition): 5567 * rendering/RenderTableSection.cpp: [all …]
|
D | ChangeLog-2009-06-16 | 2544 Bug 26205: RenderTableSection::addChild : correct comment 2547 * rendering/RenderTableSection.cpp: 2548 (WebCore::RenderTableSection::addChild): correct comment 11472 * rendering/RenderTableSection.cpp: 11473 (WebCore::RenderTableSection::RenderTableSection): 11474 * rendering/RenderTableSection.h: 19950 * rendering/RenderTableSection.cpp: 19951 (WebCore::RenderTableSection::addChild): 26946 * rendering/RenderTableSection.cpp: 26947 (WebCore::RenderTableSection::addCell): [all …]
|
D | ChangeLog-2006-12-31 | 10348 * rendering/RenderTableSection.cpp: 10349 (WebCore::RenderTableSection::layoutRows): 15193 * rendering/RenderTableSection.cpp: 15194 (WebCore::RenderTableSection::paint): 15195 * rendering/RenderTableSection.h: 15196 (WebCore::RenderTableSection::getBaseline): 15197 (WebCore::RenderTableSection::setNeedCellRecalc): 15585 * rendering/RenderTableSection.cpp: 15586 (WebCore::RenderTableSection::nodeAtPoint): 15587 * rendering/RenderTableSection.h: [all …]
|
D | Android.mk | 961 rendering/RenderTableSection.cpp \
|
D | ChangeLog-2010-12-06 | 4301 * rendering/RenderTableSection.cpp: 4302 (WebCore::RenderTableSection::layoutRows): 13938 * rendering/RenderTableSection.cpp: 13939 (WebCore::RenderTableSection::layout): 13940 (WebCore::RenderTableSection::layoutRows): 15457 * rendering/RenderTableSection.cpp: 15458 (WebCore::RenderTableSection::nodeAtPoint): 17885 the renaming of RenderTableSection::setCellWidths(). 17919 * rendering/RenderTableSection.cpp: 17922 … (WebCore::RenderTableSection::RenderTableSection): Updated initializers for new member variables. [all …]
|
D | ChangeLog-2005-12-19 | 2599 (RenderTableSection::addCell): Roll out from the original fix. 6390 (RenderTableSection::addCell): 6451 (RenderTableSection::addChild): 6452 (RenderTableSection::ensureRows): 6453 (RenderTableSection::addCell): 6454 (RenderTableSection::setCellWidths): 6455 (RenderTableSection::calcRowHeight): 6456 (RenderTableSection::layoutRows): 6457 (RenderTableSection::paint): 6458 (RenderTableSection::recalcCells): [all …]
|
D | WebCore.pro | 1147 rendering/RenderTableSection.cpp \ 2164 rendering/RenderTableSection.h \
|
D | CMakeLists.txt | 1265 rendering/RenderTableSection.cpp
|