Home
last modified time | relevance | path

Searched refs:outerBorderLeft (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTableSection.h84 int outerBorderLeft() const { return m_outerBorderLeft; } in outerBorderLeft() function
DRenderTable.h57 int outerBorderLeft() const;
DRenderTable.cpp446 int leftBorderOverflow = collapsing ? borderLeft() - outerBorderLeft() : 0; in layout()
954 int RenderTable::outerBorderLeft() const in outerBorderLeft() function in WebCore::RenderTable
971 int sw = toRenderTableSection(child)->outerBorderLeft(); in outerBorderLeft()
DRenderTableSection.cpp1117 … if (!endcol && tx + table()->columnPositions()[0] - table()->outerBorderLeft() <= y + w + os) in setCellWidths()
/external/webkit/WebCore/
DChangeLog-2006-12-3154508 (WebCore::RenderTable::outerBorderLeft): Added. Returns the table half of the
54540 (WebCore::RenderTableSection::outerBorderLeft):
DChangeLog-2007-10-1468972 (WebCore::RenderTable::outerBorderLeft):
DChangeLog-2010-01-2977885 (WebCore::RenderTable::outerBorderLeft): Ditto.