Searched refs:tableAlignedRect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DTableSectionPainter.cpp65 LayoutRect tableAlignedRect = m_renderTableSection.logicalRectForWritingModeAndDirection(localPaintInvalidationRect); local
67 CellSpan dirtiedRows = m_renderTableSection.dirtiedRows(tableAlignedRect);
68 CellSpan dirtiedColumns = m_renderTableSection.dirtiedColumns(tableAlignedRect);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp1268 LayoutRect tableAlignedRect(rect);
1270 flipForWritingMode(tableAlignedRect);
1273 tableAlignedRect = tableAlignedRect.transposedRect();
1278 tableAlignedRect.setX(columnPos[columnPos.size() - 1] - tableAlignedRect.maxX());
1280 return tableAlignedRect;
1540 LayoutRect tableAlignedRect = logicalRectForWritingModeAndDirection(hitTestRect); local
1541 CellSpan rowSpan = spannedRows(tableAlignedRect);
1542 CellSpan columnSpan = spannedColumns(tableAlignedRect);
[all...]

Completed in 69 milliseconds