Home
last modified time | relevance | path

Searched refs:RenderTable (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp54 RenderTable::RenderTable(Element* element) in RenderTable() function in blink::RenderTable
75 RenderTable::~RenderTable() in ~RenderTable()
79 void RenderTable::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
127 void RenderTable::addChild(RenderObject* child, RenderObject* beforeChild) in addChild()
211 void RenderTable::addCaption(const RenderTableCaption* caption) in addCaption()
217 void RenderTable::removeCaption(const RenderTableCaption* oldCaption) in removeCaption()
227 void RenderTable::invalidateCachedColumns() in invalidateCachedColumns()
233 void RenderTable::addColumn(const RenderTableCol*) in addColumn()
238 void RenderTable::removeColumn(const RenderTableCol*) in removeColumn()
247 void RenderTable::updateLogicalWidth() in updateLogicalWidth()
[all …]
DTableLayout.h30 class RenderTable; variable
35 explicit TableLayout(RenderTable* table) in TableLayout()
52 RenderTable* m_table;
DRenderTableCaption.h27 class RenderTable; variable
41 RenderTable* table() const;
DRenderTable.h43 class RenderTable FINAL : public RenderBlock {
45 explicit RenderTable(Element*);
46 virtual ~RenderTable();
260 static RenderTable* createAnonymousWithParentRenderer(const RenderObject*);
358 inline RenderTableSection* RenderTable::topSection() const in topSection()
368 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTable, isTable());
DFixedTableLayout.h30 class RenderTable; variable
34 FixedTableLayout(RenderTable*);
DAutoTableLayout.h31 class RenderTable; variable
36 AutoTableLayout(RenderTable*);
DRenderTableCol.cpp59 RenderTable* table = this->table(); in styleDidChange()
110 RenderTable* parentTable = table(); in clippedOverflowRectForPaintInvalidation()
130 RenderTable* RenderTableCol::table() const in table()
DRenderTableCol.h33 class RenderTable; variable
105 RenderTable* table() const;
DRenderTableCell.h78 RenderTable* table() const { return toRenderTable(parent()->parent()->parent()); } in table()
124 void collectBorderValues(RenderTable::CollapsedBorderValues&) const;
125 static void sortBorderValues(RenderTable::CollapsedBorderValues&);
DRenderTableCaption.cpp56 RenderTable* RenderTableCaption::table() const in table()
DRenderTableCell.cpp403 RenderTable* table = this->table(); in styleDidChange()
503 RenderTable* table = this->table(); in computeCollapsedStartBorder()
603 RenderTable* table = this->table(); in computeCollapsedEndBorder()
705 RenderTable* table = this->table(); in computeCollapsedBeforeBorder()
791 RenderTable* table = this->table(); in computeCollapsedAfterBorder()
1057 static void addBorderStyle(RenderTable::CollapsedBorderValues& borderValues, in addBorderStyle()
1069 void RenderTableCell::collectBorderValues(RenderTable::CollapsedBorderValues& borderValues) const in collectBorderValues()
1086 void RenderTableCell::sortBorderValues(RenderTable::CollapsedBorderValues& borderValues) in sortBorderValues()
1166 RenderTable* tableElt = table(); in paintBackgroundsBehindCell()
1196 RenderTable* tableElt = table(); in paintBoxDecorationBackground()
[all …]
DTextAutosizer.h81 explicit TableLayoutScope(RenderTable*);
255 void inflateAutoTable(RenderTable*);
DRenderTableRow.h50 RenderTable* table() const { return toRenderTable(parent()->parent()); } in table()
DRenderTableRow.cpp84 RenderTable* table = this->table(); in styleDidChange()
DFixedTableLayout.cpp74 FixedTableLayout::FixedTableLayout(RenderTable* table) in FixedTableLayout()
DRenderTableSection.h88 RenderTable* table() const { return toRenderTable(parent()); } in table()
DAutoTableLayout.cpp33 AutoTableLayout::AutoTableLayout(RenderTable* table) in AutoTableLayout()
181 static bool shouldScaleColumns(RenderTable* table) in shouldScaleColumns()
DTextAutosizer.cpp391 void TextAutosizer::inflateAutoTable(RenderTable* table) in inflateAutoTable()
1100 TextAutosizer::TableLayoutScope::TableLayoutScope(RenderTable* table) in TableLayoutScope()
DRenderTableSection.cpp129 RenderTable* table = this->table(); in styleDidChange()
226 const Vector<RenderTable::ColumnStruct>& columns = table()->columns(); in addCell()
1428 if (RenderTable* t = table()) in setNeedsCellRecalc()
DRenderObject.cpp198 return new RenderTable(element); in createObject()
353 RenderTable* table; in addChild()
358 table = RenderTable::createAnonymousWithParentRenderer(this); in addChild()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DTablePainter.h12 class RenderTable; variable
16 TablePainter(RenderTable& renderTable) : m_renderTable(renderTable) { } in TablePainter()
24 RenderTable& m_renderTable;
DTablePainter.cpp74 RenderTable::CollapsedBorderValues collapsedBorders = m_renderTable.collapsedBorders(); in paintObject()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTableCell.cpp113 RenderTable* table = renderCell->table(); in rowIndexRange()
DAXTableColumn.cpp95 RenderTable* table = toRenderTable(renderer); in headerObject()
DAXTable.cpp122 RenderTable* table = toRenderTable(m_renderer); in isDataTable()
373 RenderTable* table = toRenderTable(m_renderer); in addChildren()

12