Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/rendering/
DRenderTable.cpp50 RenderTable::RenderTable(Node* node) in RenderTable() function in WebCore::RenderTable
71 void RenderTable::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
103 void RenderTable::addChild(RenderObject* child, RenderObject* beforeChild) in addChild()
194 void RenderTable::removeChild(RenderObject* oldChild) in removeChild()
200 void RenderTable::calcWidth() in calcWidth()
255 void RenderTable::layout() in layout()
476 void RenderTable::setCellWidths() in setCellWidths()
484 void RenderTable::paint(PaintInfo& paintInfo, int tx, int ty) in paint()
503 void RenderTable::paintObject(PaintInfo& paintInfo, int tx, int ty) in paintObject()
553 void RenderTable::paintBoxDecorations(PaintInfo& paintInfo, int tx, int ty) in paintBoxDecorations()
[all …]
DRenderTable.h38 class RenderTable : public RenderBlock {
40 RenderTable(Node*);
206 inline RenderTable* toRenderTable(RenderObject* object) in toRenderTable()
209 return static_cast<RenderTable*>(object); in toRenderTable()
212 inline const RenderTable* toRenderTable(const RenderObject* object) in toRenderTable()
215 return static_cast<const RenderTable*>(object); in toRenderTable()
219 void toRenderTable(const RenderTable*);
DTableLayout.h28 class RenderTable; variable
32 TableLayout(RenderTable* table) in TableLayout()
43 RenderTable* m_table;
DFixedTableLayout.h30 class RenderTable; variable
34 FixedTableLayout(RenderTable*);
DAutoTableLayout.h30 class RenderTable; variable
35 AutoTableLayout(RenderTable*);
DRenderTableCol.h33 class RenderTable; variable
63 RenderTable* table() const;
DRenderTableCol.cpp79 RenderTable* parentTable = table(); in clippedOverflowRectForRepaint()
99 RenderTable* RenderTableCol::table() const in table()
DRenderTableCell.cpp320 RenderTable* tableElt = table(); in collapsedLeftBorder()
386 RenderTable* tableElt = table(); in collapsedRightBorder()
829 RenderTable* tableElt = table(); in paintBackgroundsBehindCell()
865 RenderTable* tableElt = table(); in paintBoxDecorations()
891 RenderTable* tableElt = table(); in paintMask()
DRenderTableRow.h40 RenderTable* table() const { return toRenderTable(parent()->parent()); } in table()
DRenderTableSection.h54 RenderTable* table() const { return toRenderTable(parent()); } in table()
DRenderTableCell.h52 RenderTable* table() const { return toRenderTable(parent()->parent()->parent()); } in table()
DRenderTableRow.cpp157 if (RenderTable* parentTable = table()) in clippedOverflowRectForRepaint()
DFixedTableLayout.cpp75 FixedTableLayout::FixedTableLayout(RenderTable* table) in FixedTableLayout()
DAutoTableLayout.cpp34 AutoTableLayout::AutoTableLayout(RenderTable* table) in AutoTableLayout()
211 static bool shouldScaleColumns(RenderTable* table) in shouldScaleColumns()
DRenderLayer.h64 class RenderTable; variable
DRenderTableSection.cpp80 RenderTable* recalcTable = table(); in destroy()
185 Vector<RenderTable::ColumnStruct>& columns = table()->columns(); in addCell()
DRenderObject.cpp143 return new (arena) RenderTable(node); in createObject()
300 RenderTable* table; in addChild()
305 table = new (renderArena()) RenderTable(document() /* is anonymous */); in addChild()
/external/webkit/WebCore/accessibility/
DAccessibilityTable.cpp87 RenderTable* table = toRenderTable(m_renderer); in isTableExposableThroughAccessibility()
215 RenderTable* table = toRenderTable(m_renderer); in addChildren()
377 RenderTable* table = toRenderTable(m_renderer); in cellForColumnAndRow()
DAccessibilityTableColumn.cpp108 RenderTable* table = toRenderTable(renderer); in headerObject()
DAccessibilityTableCell.cpp101 RenderTable* table = renderCell->table(); in rowIndexRange()
/external/webkit/WebCore/
DChangeLog-2003-10-2591 (RenderTable::firstLineBlock):
92 (RenderTable::updateFirstLetter):
456 (RenderTable::cellRight):
608 (RenderTable::RenderTable):
609 (RenderTable::setStyle):
610 (RenderTable::calcWidth):
611 (RenderTable::paint):
612 (RenderTable::borderLeft):
613 (RenderTable::borderRight):
614 (RenderTable::borderTop):
[all …]
DChangeLog-2002-12-039 (RenderTable::addChild):
762 (RenderTable::layoutRows):
1007 (RenderTable::paint):
1641 - fixed 3100235 -- nil-deference in khtml::RenderTable at money.cnn.com
1696 (RenderContainer::addChild): Create the RenderTable with the appropriate arena.
1776 (RenderTable::RenderTable):
2045 (RenderTable::addChild):
2046 (RenderTable::calcWidth):
2047 (RenderTable::setCellWidths):
3773 (RenderTable::print):
[all …]
DChangeLog-2007-10-145481 * rendering/RenderTable.cpp:
5482 * rendering/RenderTable.h:
18509 Bug 13985: WebCore/rendering/RenderTable.cpp fails to compile with gcc 4.2.x
18511 * rendering/RenderTable.cpp:
18512 (WebKit::RenderTable::calcBorderLeft)
18513 (WebKit::RenderTable::calcBorderRight)
21321 * rendering/RenderTable.cpp:
21322 (WebCore::RenderTable::layout): Mark the caption for layout if the table
35634 * rendering/RenderTable.cpp:
35635 (WebCore::RenderTable::layout):
[all …]
/external/webkit/WebKit/android/jni/
DWebSettings.cpp230 (static_cast<WebCore::RenderTable *>(obj))->clearSingleColumn(); in recursiveCleanupForFullLayout()
/external/webkit/WebCore/editing/
DTextIterator.cpp608 RenderTable* t = rc->table(); in shouldEmitTabBeforeNode()
657 RenderTable* t = toRenderTableRow(r)->table(); in shouldEmitNewlinesBeforeAndAfterNode()

12